diff options
author | Joe Perches <joe@perches.com> | 2022-03-24 00:05:59 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-03-24 03:00:34 +0100 |
commit | 481efd7bd6f28febddf189e7a970bb0bc5a53de8 (patch) | |
tree | f4e9a42e1c52e81b596cd14822f03b956aa0e588 /kernel/Makefile | |
parent | checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2") (diff) | |
download | linux-481efd7bd6f28febddf189e7a970bb0bc5a53de8.tar.xz linux-481efd7bd6f28febddf189e7a970bb0bc5a53de8.zip |
checkpatch: add --fix option for some TRAILING_STATEMENTS
Single line code like:
if (foo) bar;
should generally be written:
if (foo)
bar;
Add a --fix test to do so.
This fix is not done when an ASSIGN_IN_IF in the same line exists.
Link: https://lkml.kernel.org/r/20220128185924.80137-2-joe@perches.com
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Dwaipayan Ray <dwaipayanray1@gmail.com>
Cc: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/Makefile')
0 files changed, 0 insertions, 0 deletions