commit | aab662cc8eb2ac307a76e562170ef502eb7a8760 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavoars@kernel.org> | Tue Sep 01 12:33:41 2020 -0500 |
committer | Felix Fietkau <nbd@nbd.name> | Thu Sep 24 18:10:19 2020 +0200 |
tree | 5e9579d2b2c9731ee74ff89573e2e9c02dcd6c38 | |
parent | df6a38b04cf302e4eb937f72d30c003b7ba8e720 [diff] |
mt76: Use fallthrough pseudo-keyword Replace the existing /* fall through */ comments and its variants with the new pseudo-keyword macro fallthrough[1]. Also, remove unnecessary fall-through markings when it is the case. [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: Felix Fietkau <nbd@nbd.name>