aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_rust_target.rs
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2022-12-15 17:55:42 +0100
committerKalle Valo <[email protected]>2022-12-20 15:02:37 +0200
commitb7dc753fe33a707379e2254317794a4dad6c0fe2 (patch)
treeb4927e35a294add643d7956f9ce4ecf7258afb3e /scripts/generate_rust_target.rs
parent37fc9ad1617a303bbfd28870eb25aaa4766e79ab (diff)
wifi: ath9k: use proper statements in conditionals
A previous cleanup patch accidentally broke some conditional expressions by replacing the safe "do {} while (0)" constructs with empty macros. gcc points this out when extra warnings are enabled: drivers/net/wireless/ath/ath9k/hif_usb.c: In function 'ath9k_skb_queue_complete': drivers/net/wireless/ath/ath9k/hif_usb.c:251:57: error: suggest braces around empty body in an 'else' statement [-Werror=empty-body] 251 | TX_STAT_INC(hif_dev, skb_failed); Make both sets of macros proper expressions again. Fixes: d7fc76039b74 ("ath9k: htc: clean up statistics macros") Signed-off-by: Arnd Bergmann <[email protected]> Acked-by: Toke Høiland-Jørgensen <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/generate_rust_target.rs')
0 files changed, 0 insertions, 0 deletions