[PATCH 35/44] fs/nfs: Remove unnecessary semicolons

From: Joe Perches
Date: Sun Nov 14 2010 - 22:08:45 EST


Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
---
fs/nfs/getroot.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/nfs/getroot.c b/fs/nfs/getroot.c
index ac7b814..e17f628 100644
--- a/fs/nfs/getroot.c
+++ b/fs/nfs/getroot.c
@@ -190,7 +190,7 @@ struct dentry *nfs4_get_root(struct super_block *sb, struct nfs_fh *mntfh)

fattr = nfs_alloc_fattr();
if (fattr == NULL)
- return ERR_PTR(-ENOMEM);;
+ return ERR_PTR(-ENOMEM);

/* get the actual root for this mount */
error = server->nfs_client->rpc_ops->getattr(server, mntfh, fattr);
--
1.7.3.1.g432b3.dirty

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/