diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2020-11-20 12:41:05 -0600 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2020-12-08 10:06:59 +0200 |
commit | 18572b0b54930ecf642a68444b15507c43c07f54 (patch) | |
tree | b3fe4ccdb2cc8b875212da2113b8f7558712ebed /drivers/net/wireless/realtek/rtlwifi/rtl8192de | |
parent | 0662fbebf4fb4fb047ee80c2df4f8403094f3cad (diff) |
zd1201: 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/52931e343af25f6dab4bd1d604889d2594a861dd.1605896060.git.gustavoars@kernel.org
Diffstat (limited to 'drivers/net/wireless/realtek/rtlwifi/rtl8192de')
0 files changed, 0 insertions, 0 deletions