checkpatch: Eliminate false positive in case of space before square bracket in a...
commit8800cf0a336147478dff6f2b0a47d8285b828f6d
authorLeonid Bloch <leonid@daynix.com>
Thu, 29 Oct 2015 09:48:38 +0000 (29 11:48 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 15 Feb 2016 19:02:09 +0000 (15 20:02 +0100)
treecfa41b8b4a5016daf507e9700fdfa02b5a4a95cd
parent409db6eb7199af7a2f09f746bd1b793e9daefe5f
checkpatch: Eliminate false positive in case of space before square bracket in a definition

Now, macro definition such as "#define abc(x) [x] = y" should pass
without an error.

Signed-off-by: Leonid Bloch <leonid@daynix.com>
Message-Id: <1446112118-12376-3-git-send-email-leonid@daynix.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/checkpatch.pl