net: Convert to use the fallthrough macro
authorMiaohe Lin <linmiaohe@huawei.com>
Sat, 8 Aug 2020 08:23:10 +0000 (16:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 8 Aug 2020 21:29:09 +0000 (14:29 -0700)
commit7c7ab580db49cc7befe5f4b91bb1920cd6b07575
treed47a3a09d7fbe4f7817da737e370aabd2383e1cb
parent11f920d2aa9d4c2c2d53ccd79f4b5512f2169623
net: Convert to use the fallthrough macro

Convert the uses of fallthrough comments to fallthrough macro.

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/socket.c