diff options
author | Joe Perches <joe@perches.com> | 2010-12-14 12:51:52 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-12-16 12:25:37 -0800 |
commit | f4528696d803749892eac27422a6fd7748cffee1 (patch) | |
tree | a890593a549c95c417e9092d1893c6df3efc42dd /tools/perf/scripts/python | |
parent | 12b9d5bf76bfa20d3207ef24fca9c8254a586a58 (diff) |
staging: brcm80211: Fix WL_<type> logging macros
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: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions