Bluetooth: RFCOMM: Use fallthrough pseudo-keyword
authorGustavo A. R. Silva <gustavoars@kernel.org>
Wed, 8 Jul 2020 20:25:05 +0000 (15:25 -0500)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 10 Jul 2020 17:09:42 +0000 (19:09 +0200)
commit710a9194610ace9db8ea9ac44677ed69602b1ad9
treeba89b5e9535f51492b8a6a23f42370ed6e234b7f
parent19186c7b45c134820ea6fde3165a2cf30c1ace47
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>
net/bluetooth/rfcomm/core.c
net/bluetooth/rfcomm/sock.c