From: Colin Ian King Date: Wed, 25 Sep 2019 13:09:30 +0000 (+0100) Subject: sunrpc: clean up indentation issue X-Git-Tag: v5.4-rc1~21^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e41f9efb85d38d95744b9f35b9903109032b93d4;p=users%2Fjedix%2Flinux-maple.git sunrpc: clean up indentation issue There are statements that are indented incorrectly, remove the extraneous spacing. Signed-off-by: Colin Ian King Signed-off-by: J. Bruce Fields --- diff --git a/net/sunrpc/svc.c b/net/sunrpc/svc.c index 220b79988000..d11b70552c33 100644 --- 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; /*