commit | d28c442f5bd5471adc4d1add5fa78109f811c0a3 | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Sat Jul 02 08:24:32 2016 +0200 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Jul 13 15:53:41 2016 -0400 |
tree | 067d5bb0ba8f2099a5aca088c2323ca9088f0946 | |
parent | 93f580a9a2413def2fcc5fd07085efcd95943f1b [diff] [blame] |
nfsd: Fix some indent inconsistancy Silent a few smatch warnings about indentation Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
diff --git a/fs/nfsd/nfsxdr.c b/fs/nfsd/nfsxdr.c index 79d964a..41b468a 100644 --- a/fs/nfsd/nfsxdr.c +++ b/fs/nfsd/nfsxdr.c
@@ -240,7 +240,7 @@ || !(p = decode_filename(p, &args->name, &args->len))) return 0; - return xdr_argsize_check(rqstp, p); + return xdr_argsize_check(rqstp, p); } int