diff options
author | Joe Perches <joe@perches.com> | 2018-08-22 06:57:29 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-22 19:52:48 +0200 |
commit | 79682c0c00893c683678d85a402392b75e90311d (patch) | |
tree | a876d2f790da19e013a4099751d850ff13431669 /scripts/gcc-plugins | |
parent | checkpatch: add a --strict test for structs with bool member definitions (diff) | |
download | linux-79682c0c00893c683678d85a402392b75e90311d.tar.xz linux-79682c0c00893c683678d85a402392b75e90311d.zip |
checkpatch: add --fix for CONCATENATED_STRING and STRING_FRAGMENTS
Add the ability to --fix these string issues.
e.g.:
printk(KERN_INFO"bar" "baz"QUX);
converts to
printk(KERN_INFO "barbaz" QUX);
Link: http://lkml.kernel.org/r/a9fb505ccfedffc5869d08832a7ff05a21d85621.camel@perches.com
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/gcc-plugins')
0 files changed, 0 insertions, 0 deletions