From: Joe Perches Date: Wed, 17 Apr 2013 22:58:26 +0000 (-0700) Subject: checkpatch: fix stringification macro defect X-Git-Tag: v3.9-rc8~17^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e942e2c3f7e093fc8756dd8b47c93a821c09429f;p=pandora-kernel.git checkpatch: fix stringification macro defect Fix checkpatch misreporting defect with stringification macros ERROR: Macros with complex values should be enclosed in parenthesis #27: FILE: arch/arm/include/asm/kgdb.h:41: +#define ___to_string(X) #X Signed-off-by: Joe Perches Reported-by: Vincent Stehlé Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed