]> 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>
Fri, 9 Dec 2011 04:52:45 +0000 (15:52 +1100)
commitde695f7fb8dc746784901fa7ff56a737ad2bf99e
tree38931e9d73d2804d964cd3321c19e41318076362
parentd2ba91a647550121a66a414625f588f7edc934db
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