From: Andreas Frembs Date: Sun, 5 Jan 2014 12:25:36 +0000 (+0100) Subject: Staging rtl8192e: Fixing checkpatch error in rtllib_debug.h X-Git-Tag: v3.14-rc1~150^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9ce4fa329e005c99a5e61e7b185ff477f021f77;p=pandora-kernel.git Staging rtl8192e: Fixing checkpatch error in rtllib_debug.h In rtllib_debug.h we fixed the following checkpatch error: ERROR: Macros with complex values should be enclosed in parenthesis We fixed this with a do {} while (0), because otherwise the compiler complained. Signed-off-by: Andreas Frembs Signed-off-by: Matthias Schoepe Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed