From: Artem Bityutskiy Date: Fri, 23 Mar 2012 22:02:17 +0000 (-0700) Subject: checkpatch.pl: be silent when -q and --ignore is given X-Git-Tag: v3.4-rc1~109^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11232688ec41a507cdb476fc4e88aff8a3a34c3c;p=pandora-kernel.git checkpatch.pl: be silent when -q and --ignore is given Fix checkpatch.pl when both -q and --ignore are given and prevents it from printing a NOTE: Ignored message types: blah messages. E.g., if I use -q --ignore PREFER_PACKED,PREFER_ALIGNED, i see: NOTE: Ignored message types: PREFER_ALIGNED PREFER_PACKED It makes no sense to print this when -q is given. Signed-off-by: Artem Bityutskiy Cc: Andy Whitcroft Cc: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed