diff options
| author | J. Bruce Fields <[email protected]> | 2012-08-13 18:01:03 -0400 |
|---|---|---|
| committer | J. Bruce Fields <[email protected]> | 2012-08-21 14:08:41 -0400 |
| commit | a8e10078a87c8a2c3c8d0f9856c0f74272fc0f74 (patch) | |
| tree | 0201d0d2014e93d7529148aaa64393d6a02cc7d9 /tools/perf/scripts/python | |
| parent | 72c3537607e42928f13691d59579ec840014b19e (diff) | |
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 <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions