]> git.baikalelectronics.ru Git - kernel.git/commit
Input: libps2 - fix fall-through warnings for Clang
authorGustavo A. R. Silva <gustavoars@kernel.org>
Mon, 23 Nov 2020 06:15:43 +0000 (22:15 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 23 Nov 2020 06:16:23 +0000 (22:16 -0800)
commit275a910b8e16c6944d276febeed2cb66ce54beca
tree6d07c7dce21a94664dbc9ed702c05f8f9faa38e6
parentadbb09804ef0621e85e621f25df825d270ecc58c
Input: libps2 - fix fall-through warnings for Clang

In preparation to enable -Wimplicit-fallthrough for Clang, fix a
warning by replacing a /* Fall through */ comment with the new
pseudo-keyword macro fallthrough.

Notice that Clang doesn't recognize /* Fall through */ comments as
implicit fall-through markings.

Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Link: https://lore.kernel.org/r/d2944854e3e118b837755abf4cbdb497662001b7.1605896060.git.gustavoars@kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/serio/libps2.c