]> git.karo-electronics.de Git - karo-tx-linux.git/commit
checkpatch: ## is not a valid modifier
authorAndy Whitcroft <apw@canonical.com>
Fri, 2 Dec 2011 03:12:44 +0000 (14:12 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 6 Dec 2011 04:05:33 +0000 (15:05 +1100)
commitf76d1b86f53527c4db1fe1538e42919bc3a9db16
tree48aaeedd3d5c99f4ec0158fa43d0cdddfec3881c
parentadcf5752944a68196cfc23f8c1389388e163b950
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