summaryrefslogtreecommitdiff
path: root/scripts/Makefile.debug
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2022-03-24 02:05:59 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2022-03-24 05:00:34 +0300
commit481efd7bd6f28febddf189e7a970bb0bc5a53de8 (patch)
treef4e9a42e1c52e81b596cd14822f03b956aa0e588 /scripts/Makefile.debug
parent6e8f42dc9c8548c6b37566f3b8bda1873700c4a6 (diff)
downloadlinux-481efd7bd6f28febddf189e7a970bb0bc5a53de8.tar.xz
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 'scripts/Makefile.debug')
0 files changed, 0 insertions, 0 deletions