mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
sunrpc: clean up indentation issue
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>
This commit is contained in:
parent
83a63072c8
commit
e41f9efb85
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue