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)
commit32f447304da1f342c01651406e3064aa550eb513
tree3aad22232b6e05c25e8d873bbcfc7320259c954f
parent5f8a3ed38bec0e1bfefcec6b06ba378811bb9952
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