diff options
author | Aleksa Vučković <[email protected]> | 2022-01-27 14:50:49 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-02-04 16:45:39 +0100 |
commit | 8a4606c6429d2600deded63d6d3fbe99af99942d (patch) | |
tree | dd62880f15d6234ae8ba13657a634ece90e7153a /tools/perf/scripts/python/stat-cpi.py | |
parent | 10f4629f85f1caae6583dc69159740ab26fdf78c (diff) |
drivers: dio: brace should be on the previous line
This patch fixes the checkpatch.pl errors and warnings:
< ERROR: open brace '{' following struct go on the same line
< +struct dioname
< +{
<
< ERROR: that open brace { should be on the previous line
< +static struct dioname names[] =
< +{
<
< ERROR: that open brace { should be on the previous line
< + for (scode = 0; scode < DIO_SCMAX; ++scode)
< + {
<
< WARNING: braces {} are not necessary for any arm of this statement
< + if (scode >= DIOII_SCBASE) {
< [...]
< + } else if (scode > DIO_SCMAX || scode < 0)
< [...]
< + else if (DIO_SCINHOLE(scode))
< [...]
Signed-off-by: Aleksa Vučković <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stat-cpi.py')
0 files changed, 0 insertions, 0 deletions