]> git.baikalelectronics.ru Git - kernel.git/commit
net: Remove meaningless jump label out_fs
authorMiaohe Lin <linmiaohe@huawei.com>
Thu, 6 Aug 2020 11:54:19 +0000 (19:54 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 8 Aug 2020 21:23:21 +0000 (14:23 -0700)
commit3369500619f8eb95a599a2b1c64b60f9a0c74056
treecf6246f6966fffb9831d1fb2e3e958172afd459c
parente53c6b0201914519f135ee23e9cd61d0212485ce
net: Remove meaningless jump label out_fs

The out_fs jump label has nothing to do but goto out.

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