]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Use fallthrough pseudo-keyword
authorGustavo A. R. Silva <gustavoars@kernel.org>
Wed, 8 Jul 2020 20:26:50 +0000 (15:26 -0500)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 10 Jul 2020 17:09:42 +0000 (19:09 +0200)
commita3b4cbfc078d9b97b500d78f225c6b53c43ff745
treeca152cef8903a4a6921ffb5a3105b43ceeb50d3b
parent710a9194610ace9db8ea9ac44677ed69602b1ad9
Bluetooth: 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>
drivers/bluetooth/bcm203x.c
drivers/bluetooth/bluecard_cs.c
drivers/bluetooth/hci_ll.c
drivers/bluetooth/hci_qca.c