diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2020-07-07 21:57:47 +0200 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2020-07-08 14:55:35 +0200 |
commit | 74b76256f3d9096431556e2afdc60027b81f41b2 (patch) | |
tree | e98f458ba1648fb3fb3ee2f8fdf64676812bb5fe /drivers/usb/serial/ftdi_sio.c | |
parent | USB: serial: ch341: fix missing simulated-break margin (diff) | |
download | linux-74b76256f3d9096431556e2afdc60027b81f41b2.tar.xz linux-74b76256f3d9096431556e2afdc60027b81f41b2.zip |
USB: serial: 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: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'drivers/usb/serial/ftdi_sio.c')
0 files changed, 0 insertions, 0 deletions