rtlwifi: Use fallthrough pseudo-keyword
authorGustavo A. R. Silva <gustavoars@kernel.org>
Fri, 21 Aug 2020 06:18:07 +0000 (01:18 -0500)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 1 Sep 2020 09:35:38 +0000 (12:35 +0300)
commit765be4459d92382068fe3ac7620a72b649f8e21f
tree556f136cc143873e21c4c2a45d36b7b1dafb9e6f
parentf4ce4bf6687fc5631c8fb93b2b46d494d80de06b
rtlwifi: 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/20200821061807.GA8412@embeddedor
drivers/net/wireless/realtek/rtlwifi/base.c
drivers/net/wireless/realtek/rtlwifi/core.c
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c