diff options
| author | J. Bruce Fields <bfields@redhat.com> | 2012-08-14 02:01:03 +0400 |
|---|---|---|
| committer | J. Bruce Fields <bfields@redhat.com> | 2012-08-21 22:08:41 +0400 |
| commit | a8e10078a87c8a2c3c8d0f9856c0f74272fc0f74 (patch) | |
| tree | 0201d0d2014e93d7529148aaa64393d6a02cc7d9 /scripts/patch-kernel | |
| parent | 72c3537607e42928f13691d59579ec840014b19e (diff) | |
| download | linux-a8e10078a87c8a2c3c8d0f9856c0f74272fc0f74.tar.xz | |
svcrpc: clean up control flow
Mainly, use the kernel standard
err = -ERROR;
if (something_bad)
goto out;
normal case;
rather than
if (something_bad)
err = -ERROR
else {
normal case;
}
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
