Input: Use fallthrough pseudo-keyword
authorGustavo A. R. Silva <gustavoars@kernel.org>
Tue, 7 Jul 2020 18:24:55 +0000 (11:24 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 7 Jul 2020 18:25:54 +0000 (11:25 -0700)
commit6f49c4f5b95b9ac8ead1ec39066489fb10fcbde8
treea66fd2136d3b7deb8fe5553f963822d9861a79e0
parent08a6caaed8c12a158e88c0e0e1369203f9cff020
Input: 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>
Link: https://lore.kernel.org/r/20200707180857.GA30600@embeddedor
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
30 files changed:
drivers/input/joystick/db9.c
drivers/input/joystick/gamecon.c
drivers/input/joystick/sidewinder.c
drivers/input/joystick/spaceball.c
drivers/input/keyboard/adp5589-keys.c
drivers/input/keyboard/atkbd.c
drivers/input/keyboard/gpio_keys.c
drivers/input/misc/iqs269a.c
drivers/input/misc/pwm-vibra.c
drivers/input/misc/xen-kbdfront.c
drivers/input/mouse/appletouch.c
drivers/input/mouse/cyapa_gen3.c
drivers/input/mouse/cyapa_gen5.c
drivers/input/mouse/cyapa_gen6.c
drivers/input/mouse/elantech.c
drivers/input/mouse/hgpk.c
drivers/input/mouse/navpoint.c
drivers/input/mouse/sentelic.c
drivers/input/mouse/sermouse.c
drivers/input/serio/i8042.c
drivers/input/serio/libps2.c
drivers/input/sparse-keymap.c
drivers/input/tablet/gtco.c
drivers/input/tablet/pegasus_notetaker.c
drivers/input/touchscreen/edt-ft5x06.c
drivers/input/touchscreen/elants_i2c.c
drivers/input/touchscreen/elo.c
drivers/input/touchscreen/iqs5xx.c
drivers/input/touchscreen/max11801_ts.c
drivers/input/touchscreen/stmfts.c