]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: fix "GLOBAL_INITIALISERS" test
authorJoe Perches <joe@perches.com>
Wed, 10 Jun 2015 18:14:52 +0000 (11:14 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 10 Jun 2015 23:43:43 +0000 (16:43 -0700)
commit719bb2518b967a3e688b658063100e497726b2f9
tree27031787fd91dc2194c9186ef2f4e414841f91b7
parent72ef5acc67ca03de3fbae014985a83127ad5c32e
checkpatch: fix "GLOBAL_INITIALISERS" test

Commit ae4efc05a923 ("checkpatch: add a few more --fix corrections")
broke the GLOBAL_INITIALISERS test with bad parentheses and optional
leading spaces.

Fix it.

Signed-off-by: Joe Perches <joe@perches.com>
Reported-by: Bandan Das <bsd@makefile.in>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl