From: Joe Perches Date: Sun, 3 Aug 2014 22:57:26 +0000 (-0700) Subject: staging: rtl8192ee: Fix RT_TRACE #define and uses X-Git-Tag: fixes-for-v3.18-merge-window~15^2~1361 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb418e57d5d65ac8f46b635ff9bce08377826d18;p=pandora-kernel.git staging: rtl8192ee: Fix RT_TRACE #define and uses RT_TRACE uses require unnecessary parentheses. Fix the #define and remove the uses. Neaten the RT_TRACE lines and multi-line argument wrapping. dynamic debug can add KBUILD_MODNAME and __func__ so remove those from the #define. Use a single statement pr_debug instead of pr_debug and pr_cont which doesn't support dynamic debug anyway. Miscellaneous grammar and spelling fixes on the RT_TRACE uses. Compile tested only. Signed-off-by: Joe Perches Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed