summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
diff options
context:
space:
mode:
authorChristophe JAILLET2016-07-02 08:24:32 +0200
committerJ. Bruce Fields2016-07-13 21:53:41 +0200
commitd28c442f5bd5471adc4d1add5fa78109f811c0a3 (patch)
tree067d5bb0ba8f2099a5aca088c2323ca9088f0946 /fs/nfsd/nfs4state.c
parentnfsd: Correct a comment for NFSD_MAY_ defines location (diff)
downloadkernel-qcow2-linux-d28c442f5bd5471adc4d1add5fa78109f811c0a3.tar.gz
kernel-qcow2-linux-d28c442f5bd5471adc4d1add5fa78109f811c0a3.tar.xz
kernel-qcow2-linux-d28c442f5bd5471adc4d1add5fa78109f811c0a3.zip
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>
Diffstat (limited to 'fs/nfsd/nfs4state.c')
-rw-r--r--fs/nfsd/nfs4state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c
index ebfcebd5eab1..bc2173a31b5d 100644
--- a/fs/nfsd/nfs4state.c
+++ b/fs/nfsd/nfs4state.c
@@ -3130,7 +3130,7 @@ nfsd4_reclaim_complete(struct svc_rqst *rqstp, struct nfsd4_compound_state *csta
* We don't take advantage of the rca_one_fs case.
* That's OK, it's optional, we can safely ignore it.
*/
- return nfs_ok;
+ return nfs_ok;
}
status = nfserr_complete_already;