Skip to content

Commit d28c442

Browse files
tititiou36J. Bruce Fields
authored andcommitted
nfsd: Fix some indent inconsistancy
Silent a few smatch warnings about indentation Signed-off-by: Christophe JAILLET <[email protected]> Signed-off-by: J. Bruce Fields <[email protected]>
1 parent 93f580a commit d28c442

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fs/nfsd/nfs4state.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3130,7 +3130,7 @@ nfsd4_reclaim_complete(struct svc_rqst *rqstp, struct nfsd4_compound_state *csta
31303130
* We don't take advantage of the rca_one_fs case.
31313131
* That's OK, it's optional, we can safely ignore it.
31323132
*/
3133-
return nfs_ok;
3133+
return nfs_ok;
31343134
}
31353135

31363136
status = nfserr_complete_already;

fs/nfsd/nfsfh.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry,
533533
* the reference filehandle (if it is in the same export)
534534
* or the export options.
535535
*/
536-
set_version_and_fsid_type(fhp, exp, ref_fh);
536+
set_version_and_fsid_type(fhp, exp, ref_fh);
537537

538538
if (ref_fh == fhp)
539539
fh_put(ref_fh);

fs/nfsd/nfsxdr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ nfssvc_decode_diropargs(struct svc_rqst *rqstp, __be32 *p,
240240
|| !(p = decode_filename(p, &args->name, &args->len)))
241241
return 0;
242242

243-
return xdr_argsize_check(rqstp, p);
243+
return xdr_argsize_check(rqstp, p);
244244
}
245245

246246
int

0 commit comments

Comments
 (0)