diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2020-10-09 01:28:49 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-10-10 13:32:29 +0300 |
commit | 93578a25d4e21603518daf27a5f9caa4bf79de68 (patch) | |
tree | 47eb78e4f7fdc9012c65f36c450ca4138a3bcdb0 /drivers/net/usb/pegasus.c | |
parent | 6c8cf369517640edcb4305b38a27f592a54b7bbe (diff) | |
download | linux-93578a25d4e21603518daf27a5f9caa4bf79de68.tar.xz |
usb: musb: gadget: Use fallthrough pseudo-keyword
In order to enable -Wimplicit-fallthrough for Clang[1], replace the
existing /* FALLTHROUGH */ comment with the new pseudo-keyword
macro fallthrough[2].
[1] https://git.kernel.org/linus/e2079e93f562c7f7a030eb7642017ee5eabaaa10
[2] https://www.kernel.org/doc/html/v5.7/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/20201008222849.GA18634@embeddedor
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/net/usb/pegasus.c')
0 files changed, 0 insertions, 0 deletions