nfsd: clean up indentation, increase indentation in switch statement
authorColin Ian King <colin.king@canonical.com>
Sat, 3 Nov 2018 16:12:53 +0000 (16:12 +0000)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 28 Nov 2018 23:36:03 +0000 (18:36 -0500)
Trivial fix to clean up indentation, add in missing tabs.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c

index 7dba30b5a3d89c32803d66a680f108a1b5c7568c..0434980aa5e615a492fd8da5874dc595d82460e1 100644 (file)
@@ -6230,15 +6230,15 @@ nfsd4_lockt(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
                case NFS4_READ_LT:
                case NFS4_READW_LT:
                        file_lock->fl_type = F_RDLCK;
-               break;
+                       break;
                case NFS4_WRITE_LT:
                case NFS4_WRITEW_LT:
                        file_lock->fl_type = F_WRLCK;
-               break;
+                       break;
                default:
                        dprintk("NFSD: nfs4_lockt: bad lock type!\n");
                        status = nfserr_inval;
-               goto out;
+                       goto out;
        }
 
        lo = find_lockowner_str(cstate->clp, &lockt->lt_owner);