projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83a6307
)
sunrpc: clean up indentation issue
author
Colin Ian King
<colin.king@canonical.com>
Wed, 25 Sep 2019 13:09:30 +0000
(14:09 +0100)
committer
J. Bruce Fields
<bfields@redhat.com>
Wed, 25 Sep 2019 15:13:12 +0000
(11:13 -0400)
There are statements that are indented incorrectly, remove the
extraneous spacing.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/svc.c
patch
|
blob
|
history
diff --git
a/net/sunrpc/svc.c
b/net/sunrpc/svc.c
index 220b79988000ed11e9ddf2abf10b5acb521e366f..d11b70552c33965206d3bc060d4fa80f53f155e9 100644
(file)
--- a/
net/sunrpc/svc.c
+++ b/
net/sunrpc/svc.c
@@
-1233,8
+1233,8
@@
svc_generic_init_request(struct svc_rqst *rqstp,
if (rqstp->rq_vers >= progp->pg_nvers )
goto err_bad_vers;
-
versp = progp->pg_vers[rqstp->rq_vers];
-
if (!versp)
+ versp = progp->pg_vers[rqstp->rq_vers];
+ if (!versp)
goto err_bad_vers;
/*