]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6c266e82b6906e181cd9ac64e93ed74c74fc7e59
tree45bd3d4f0ce6d7b8f59a956ce5728b6ff9ed871d
parent3fcdb77c7b6b6905a7442ca3736d13bdae3dbe53
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