]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - scripts/checkpatch.pl
checkpatch: add --types option to report only specific message types
authorJoe Perches <joe@perches.com>
Wed, 11 Sep 2013 21:23:59 +0000 (14:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Sep 2013 22:58:45 +0000 (15:58 -0700)
commit91bfe4843dff4426ca3a0dd1dab8454c1534022d
tree45bd3d4f0ce6d7b8f59a956ce5728b6ff9ed871d
parent61135e966367eda5056504ffd2f7518eaf77e25b
checkpatch: add --types option to report only specific message types

Add a --types convenience option to show only specific message types.
Combined with the --fix option, this can produce specific suggested
formatting patches to files.

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>
scripts/checkpatch.pl