commit | 710a9194610ace9db8ea9ac44677ed69602b1ad9 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavoars@kernel.org> | Wed Jul 08 15:25:05 2020 -0500 |
committer | Marcel Holtmann <marcel@holtmann.org> | Fri Jul 10 19:09:42 2020 +0200 |
tree | ba89b5e9535f51492b8a6a23f42370ed6e234b7f | |
parent | 19186c7b45c134820ea6fde3165a2cf30c1ace47 [diff] |
Bluetooth: RFCOMM: 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/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>