diff options
author | Aleksa Vučković <[email protected]> | 2022-01-27 14:50:54 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-02-04 16:45:39 +0100 |
commit | aafce7bc5908205c9169a9a362e1c5a46b4d2cf2 (patch) | |
tree | 14ca71f09ebf8e713a7ec28988a1318e2b6bb9aa /tools/perf/scripts/python/stackcollapse.py | |
parent | dffae938c06aea287ee2a28af90b6e5b15f79a19 (diff) |
drivers: dio: Missing a blank line after declarations
This patch fixes the checkpatch.pl error:
< WARNING: Missing a blank line after declarations
< #97: FILE: drivers/dio/dio.c:97:
< + unsigned int i;
< + for (i = 0; i < ARRAY_SIZE(names); i++)
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/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions