aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorTong Zhang <[email protected]>2022-02-23 22:40:29 -0800
committerGreg Kroah-Hartman <[email protected]>2022-02-25 10:08:32 +0100
commitcf38b73e48798e333271a0a42c45bea7c23ffc52 (patch)
tree0b4f41f2a57d2e1793f6c3dab8ce5439108587db /tools/perf/scripts/python/bin
parent8beb52f6baf5b5510c4978df406255ea42efe7e8 (diff)
staging: rtl8192u: fix broken debug macro
There is an extra space in the debug macro, when CONFIG_IEEE80211_DEBUG is switched off, compiler will complain. drivers/staging/rtl8192u/ieee80211/ieee80211.h:470:42: error: expected ‘)’ before ‘...’ token 470 | #define IEEE80211_DEBUG (level, fmt, args...) do {} while (0) drivers/staging/rtl8192u/ieee80211/ieee80211.h:470:47: error: expected ‘;’ before ‘do’ 470 | #define IEEE80211_DEBUG (level, fmt, args...) do {} while (0) Signed-off-by: Tong Zhang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions