signal: Convert to the new fallthrough notation
authorMiaohe Lin <linmiaohe@huawei.com>
Fri, 14 Aug 2020 08:39:32 +0000 (04:39 -0400)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 19 Aug 2020 12:24:21 +0000 (14:24 +0200)
commit76df441ade97556816e8fc522ae4c3b50a255fb4
tree628404e4c6d3d7bbb1421a765c19d9f2fb9dd582
parent28c41efd08bf97fc64f75304035ee3943995b68e
signal: Convert to the new fallthrough notation

Switch from using the /* fall through */ comment style notation to the new,
preferred notation as outlined in our docs.

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Acked-by: Christian Brauner <christian.brauner@ubuntu.com>
[christian.brauner@ubuntu.com: rewrite commit message]
Link: https://lore.kernel.org/r/20200814083932.4975-1-linmiaohe@huawei.com
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
kernel/signal.c