commit | 19186c7b45c134820ea6fde3165a2cf30c1ace47 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavoars@kernel.org> | Wed Jul 08 15:18:23 2020 -0500 |
committer | Marcel Holtmann <marcel@holtmann.org> | Fri Jul 10 19:09:42 2020 +0200 |
tree | 37ab2aeadbc31065baf4e733edb26bb234e9150d | |
parent | 51c19bf3d5cfaa66571e4b88ba2a6f6295311101 [diff] |
Bluetooth: core: 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/latest/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>