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-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html