]> git.kernelconcepts.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>
Tue, 20 Dec 2011 07:43:50 +0000 (18:43 +1100)
commitf1067ce0aff61b10d77d0cadf73d3b3a215d2aa7
tree6885c545a9d203f9fe609f5bb23fd904e0c884b4
parentacb5570aabe5b2ee92d6e2cca81f8ecf0b169d0e
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