checkpatch: ## is not a valid modifier
authorAndy Whitcroft <apw@canonical.com>
Tue, 10 Jan 2012 23:10:00 +0000 (15:10 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Jan 2012 00:30:50 +0000 (16:30 -0800)
commit89a883530fe79939384a6c6ed893c719762c7c9c
tree49d1dd395c3029ab6261c8d217f53642d77bdc0f
parentd7c76ba7e58bc3ca674f20759c686535db484749
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl