]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdd79c7603862c9e99d3653a0840d58b4c91c54bd
treed47a3a09d7fbe4f7817da737e370aabd2383e1cb
parent64bce9893b8bac64b885a4e48b34ffdf2dc36eab
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