]> git.karo-electronics.de Git - karo-tx-linux.git/commit
checkpatch: ## is not a valid modifier
authorAndy Whitcroft <apw@canonical.com>
Fri, 16 Dec 2011 04:50:18 +0000 (15:50 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 19 Dec 2011 07:19:40 +0000 (18:19 +1100)
commit354ecafb93d660ecf0bcdb6122fddaa604c40a0b
treed62c5dd0ba2b1eea041df1e01d246b119e8de183
parentaa90c77ca1e16ca3882cd05c4a668327bf647100
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