diff options
| author | Pavel Zemlyanoy <[email protected]> | 2018-08-30 18:14:02 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2018-09-10 10:09:26 +0200 |
| commit | f72403461bd40658fe483c4caba592c55b84521a (patch) | |
| tree | fcee411306958962c106071c8220b81d5edcc297 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | e4fccc8c9d0a7163017d5e88811632a4ecd59a5d (diff) | |
staging: erofs: fix 1 warning and 9 checks
This patch does not change the logic, it only
corrects the formatting and checkpatch checks by
braces {} should be used on all arms of this statement,
unbalanced braces around else statement and warning by
braces {} are not necessary for any arm of this statement.
The patch fixes 9 checks of type:
"Check: braces {} should be used on all arms of this statement";
"Check: Unbalanced braces around else statement";
and 1 warning of type:
"WARNING: braces {} are not necessary for any arm of this statement".
Signed-off-by: Pavel Zemlyanoy <[email protected]>
Reviewed-by: Chao Yu <[email protected]>
Reviewed-by: Gao Xiang <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions