]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ath6kl: Use fallthrough pseudo-keyword
authorGustavo A. R. Silva <gustavoars@kernel.org>
Mon, 27 Jul 2020 19:51:11 +0000 (14:51 -0500)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 17 Aug 2020 10:21:19 +0000 (13:21 +0300)
commit8238bf0d4b67c8f91c4d85bebbfd8c03185e9ceb
treeb1c6a1a672a695025e39837f34eee9f548b39329
parent1d4f5c15cf65ef10c67558d8906af5f2b08021cb
ath6kl: 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/20200727195111.GA1603@embeddedor
drivers/net/wireless/ath/ath6kl/cfg80211.c
drivers/net/wireless/ath/ath6kl/main.c