diff options
author | Tian Tao <tiantao6@hisilicon.com> | 2021-04-05 17:03:49 +0800 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2021-04-15 22:24:23 +0200 |
commit | 87c2de5fa6f1cf59dac90f53a5a482a281c16da0 (patch) | |
tree | 5032877f8324f813b1efea5b43b4e0006b92e4d9 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 5e77a61f506b1ac8d86355edd52ebeb038179339 (diff) |
i2c: iop3xx: Fix coding style issues
Fix 20 checkpatch errors.
Among these errors, 18 of them are incorrect space usage, such as:
ERROR: space prohibited after that open parenthesis '('
#128: FILE: drivers/i2c/busses/i2c-iop3xx.c:128:
+ if ( !rc ) rc = -I2C_ERR_BERR
The remaining two errors are trailing statements should be on next line,
such as:
ERROR: trailing statements should be on next line
#128: FILE: drivers/i2c/busses/i2c-iop3xx.c:128:
+ if ( !rc ) rc = -I2C_ERR_BERR;
No functional changes.
Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Signed-off-by: Zihao Tang <tangzihao1@hisilicon.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions