]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
checkpatch: [HLP]LIST_HEAD is also declaration
authorSteffen Maier <maier@linux.vnet.ibm.com>
Mon, 10 Jul 2017 22:52:10 +0000 (15:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 10 Jul 2017 23:32:35 +0000 (16:32 -0700)
commitfe658f94b2c911729afbffeeb1f5f03f0a26d9e6
tree098b4d57ac4aafc386e2fedf8cd4114fba7f7eab
parent628f91a28649d063a048629d9d15b3e5c4dcaa37
checkpatch: [HLP]LIST_HEAD is also declaration

Fixes the following false warning among others for LLIST_HEAD and
PLIST_HEAD:

    WARNING: Missing a blank line after declarations
    #71: FILE: drivers/s390/scsi/zfcp_fsf.c:422:
    + struct hlist_node *tmp;
    + HLIST_HEAD(remove_queue);

Link: http://lkml.kernel.org/r/20170614133512.89425-1-maier@linux.vnet.ibm.com
Signed-off-by: Steffen Maier <maier@linux.vnet.ibm.com>
Acked-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