ath5k: Use fallthrough pseudo-keyword
authorGustavo A. R. Silva <gustavoars@kernel.org>
Mon, 27 Jul 2020 19:49:30 +0000 (14:49 -0500)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 17 Aug 2020 10:19:33 +0000 (13:19 +0300)
commit273411d5bcd01acdd6eda5fe45fb10f9f4a3deaa
tree7e6ca51c5db49d2f78c506f630c59686abb42419
parentf7eb4b04ce6f81f945bd71288f8e9fc4f284c169
ath5k: Use fallthrough pseudo-keyword

Replace the existing /* fall through */ comments and its variants with
the new pseudo-keyword macro fallthrough[1].

[1] https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through

Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200727194930.GA1491@embeddedor
drivers/net/wireless/ath/ath5k/eeprom.c
drivers/net/wireless/ath/ath5k/pcu.c
drivers/net/wireless/ath/ath5k/phy.c
drivers/net/wireless/ath/ath5k/reset.c