diff options
author | 2021-03-24 14:16:35 +0800 | |
---|---|---|
committer | 2021-03-24 19:51:06 +0000 | |
commit | f2edb98e806d0bf7947e5da352d69f4fbb063b04 (patch) | |
tree | 7da768fbc55c6b404b0672c413a1de5f42d2d8b6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | spi: pxa2xx: Fix checkpatch spacing errors (diff) | |
download | wireguard-linux-f2edb98e806d0bf7947e5da352d69f4fbb063b04.tar.xz wireguard-linux-f2edb98e806d0bf7947e5da352d69f4fbb063b04.zip |
spi: omap-100k: Fix checkpatch spacing errors
Fix checkpatch errors:
ERROR: space prohibited before that ',' (ctx:WxW)
#113: FILE: spi-omap-100k.c:113:
+ writew(data , spi100k->base + SPI_TX_MSB);
^
ERROR: space prohibited before that ',' (ctx:WxW)
#249: FILE: spi-omap-100k.c:249:
+ writew(0x3e , spi100k->base + SPI_SETUP1);
^
ERROR: space prohibited before that ',' (ctx:WxW)
#250: FILE: spi-omap-100k.c:250:
+ writew(0x00 , spi100k->base + SPI_STATUS);
^
ERROR: space prohibited before that ',' (ctx:WxW)
#251: FILE: spi-omap-100k.c:251:
+ writew(0x3e , spi100k->base + SPI_CTRL);
^
Signed-off-by: Jay Fang <f.fangjian@huawei.com>
Link: https://lore.kernel.org/r/1616566602-13894-5-git-send-email-f.fangjian@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions