commit | 91bfe4843dff4426ca3a0dd1dab8454c1534022d | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Sep 11 14:23:59 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Sep 11 15:58:45 2013 -0700 |
tree | 45bd3d4f0ce6d7b8f59a956ce5728b6ff9ed871d | |
parent | 61135e966367eda5056504ffd2f7518eaf77e25b [diff] |
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>