]> git.karo-electronics.de Git - karo-tx-linux.git/commit
checkpatch: ## is not a valid modifier
authorAndy Whitcroft <apw@canonical.com>
Thu, 8 Dec 2011 04:42:22 +0000 (15:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 15 Dec 2011 07:35:21 +0000 (18:35 +1100)
commitc10e8f6978490ad93efacfc7ce7b72ee457fc935
tree1f536b5b35bc820bd87a1805d4cc24896cf8ef9d
parent160666afe17fefebcab09c8ad8f4789abbd40b58
checkpatch: ## is not a valid modifier

Inserting a # into the modifiers list will incorrectly add the null string
to the modifiers list, leading to an infinite loop.  As neither of these
is a valid modifier form simply ignore them.

Signed-off-by: Andy Whitcroft <apw@canonical.com>
Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
scripts/checkpatch.pl