diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2020-11-20 21:39:04 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2020-12-08 11:06:57 +0300 |
commit | 0662fbebf4fb4fb047ee80c2df4f8403094f3cad (patch) | |
tree | 3daadfdd5f7debd2f8f4657618f15526be67a8af /drivers/net/wireless/zydas | |
parent | f48d7dccb3e4ab372c32e900302270ba7b0e5578 (diff) | |
download | linux-0662fbebf4fb4fb047ee80c2df4f8403094f3cad.tar.xz |
rtw88: Fix fall-through warnings for Clang
In preparation to enable -Wimplicit-fallthrough for Clang, fix a
warning by replacing a /* fall through */ comment with the new
pseudo-keyword macro fallthrough; instead of letting the code fall
through to the next case.
Notice that Clang doesn't recognize /* fall through */ comments as
implicit fall-through markings.
Link: https://github.com/KSPP/linux/issues/115
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/967a171da3db43e4cdf38104876b4ec1cde46359.1605896060.git.gustavoars@kernel.org
Diffstat (limited to 'drivers/net/wireless/zydas')
0 files changed, 0 insertions, 0 deletions