From f9ce4fa329e005c99a5e61e7b185ff477f021f77 Mon Sep 17 00:00:00 2001 From: Andreas Frembs Date: Sun, 5 Jan 2014 13:25:36 +0100 Subject: [PATCH] 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-format-patch failed