Skip to content

Commit e41f9ef

Browse files
Colin Ian KingJ. Bruce Fields
authored andcommitted
sunrpc: clean up indentation issue
There are statements that are indented incorrectly, remove the extraneous spacing. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: J. Bruce Fields <[email protected]>
1 parent 83a6307 commit e41f9ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

net/sunrpc/svc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,8 +1233,8 @@ svc_generic_init_request(struct svc_rqst *rqstp,
12331233

12341234
if (rqstp->rq_vers >= progp->pg_nvers )
12351235
goto err_bad_vers;
1236-
versp = progp->pg_vers[rqstp->rq_vers];
1237-
if (!versp)
1236+
versp = progp->pg_vers[rqstp->rq_vers];
1237+
if (!versp)
12381238
goto err_bad_vers;
12391239

12401240
/*

0 commit comments

Comments
 (0)