From: Joe Perches Date: Wed, 11 Sep 2013 21:24:00 +0000 (-0700) Subject: checkpatch: ignore #define TRACE_ macros X-Git-Tag: v3.12-rc1~52^2~111 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f95a7e6a462ed1338bd576ccb557ff86772a0776;p=pandora-kernel.git checkpatch: ignore #define TRACE_ macros The tracing subsystem uses slightly odd #defines to set path/directory locations for include files. These #defines can cause false positives for the complex macro tests so add exclusions for these specific #defines (TRACE_SYSTEM, TRACE_INCLUDE_FILE, TRACE_INCLUDE_PATH). Signed-off-by: Joe Perches Cc: Sarah Sharp Cc: Li Zefan Cc: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed