• Joe Perches's avatar
    staging: brcm80211: Fix WL_<type> logging macros · f4528696
    Joe Perches authored
    These macros use the equivalent of "#define WL_<type>(x) printk x"
    which requires an extra level of parentheses.
    
    Convert the macros to use the normal WL_<type>(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: default avatarJoe Perches <joe@perches.com>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    f4528696
wlc_event.c 4.5 KB