From: Andy Whitcroft Date: Thu, 16 Oct 2008 05:02:31 +0000 (-0700) Subject: checkpatch: macros which define structure members are not complex X-Git-Tag: v2.6.28-rc1~470 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b132e5d5865325a9aa42b122c4c466903bf48348;p=pandora-kernel.git checkpatch: macros which define structure members are not complex We often see macros which define structure members, these are not complex and necessarily do not have braces or brackets. For example: #define _PLIST_HEAD_INIT(head) \ .prio_list = LIST_HEAD_INIT((head).prio_list), \ .node_list = LIST_HEAD_INIT((head).node_list) Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed