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>
This commit is contained in:
Christophe JAILLET
2016-07-02 08:24:32 +02:00
committed by J. Bruce Fields
parent 93f580a9a2
commit d28c442f5b
3 changed files with 3 additions and 3 deletions

View File

@@ -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;