From: Joe Perches Date: Tue, 14 Dec 2010 20:51:52 +0000 (-0800) Subject: staging: brcm80211: Fix WL_ logging macros X-Git-Tag: v2.6.38-rc1~423^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4528696d803749892eac27422a6fd7748cffee1;p=pandora-kernel.git staging: brcm80211: Fix WL_ logging macros These macros use the equivalent of "#define WL_(x) printk x" which requires an extra level of parentheses. Convert the macros to use the normal WL_(fmt, args...) style and remove the extra parentheses from the uses. Add format argument verification using no_printk as appropriate. Couple of spelling typo fixes in the formats and argument alignment at the same time. Also coalesced long formats. Signed-off-by: Joe Perches Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed