From: Andy Whitcroft Date: Tue, 10 Jan 2012 23:10:06 +0000 (-0800) Subject: checkpatch: complex macro should allow the empty do while loop X-Git-Tag: v3.3-rc1~113^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72f115f94d500fc72f78c5df8104a98f8b9cc273;p=pandora-kernel.git checkpatch: complex macro should allow the empty do while loop It is common to stub out a function as below, this is triggering a complex macro format incorrectly. Sort this out: #define cma_early_regions_reserve(reserve) do { } while (0) Signed-off-by: Andy Whitcroft Cc: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed