]> git.baikalelectronics.ru Git - kernel.git/commit
mwifiex: Use fallthrough pseudo-keyword
authorGustavo A. R. Silva <gustavoars@kernel.org>
Fri, 21 Aug 2020 06:47:20 +0000 (01:47 -0500)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 27 Aug 2020 09:59:17 +0000 (12:59 +0300)
commitc002e94af1a8fbb41381d3b67d0c16917127a8fd
tree3aad22232b6e05c25e8d873bbcfc7320259c954f
parent4246cc28434781905801a83d5cea9e3b6ac7cf9a
mwifiex: 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/20200821064720.GA22182@embeddedor
drivers/net/wireless/marvell/mwifiex/cfg80211.c
drivers/net/wireless/marvell/mwifiex/ie.c
drivers/net/wireless/marvell/mwifiex/scan.c