linux-hardened/net/sctp
wangweidong f482f2fcd1 sctp: remove the never used 'return' and redundant 'break'
In switch() had do return, and never use the 'return NULL'. The
'break' after return or goto has no effect. Remove it.

v2: make it more readable as suggested by Neil.

Signed-off-by: Wang Weidong <wangweidong1@huawei.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-12-22 18:56:51 -05:00
..
associola.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2013-12-18 16:42:06 -05:00
auth.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
bind_addr.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
chunk.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
command.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
debug.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
endpointola.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
input.c sctp: remove the never used 'return' and redundant 'break' 2013-12-22 18:56:51 -05:00
inqueue.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
ipv6.c ipv6: move ip6_sk_accept_pmtu from generic pmtu update path to ipv6 one 2013-12-21 22:00:59 -05:00
Kconfig net: sctp: get rid of SCTP_DBG_TSNS entirely 2013-07-02 00:08:03 -07:00
Makefile sctp: implement sctp association probing module 2010-04-30 22:41:09 -04:00
objcnt.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
output.c sctp: remove casting from function calls through ops structure 2013-12-22 18:04:28 -05:00
outqueue.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
primitive.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
probe.c sctp: loading sctp when load sctp_probe 2013-12-16 20:04:27 -05:00
proc.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
protocol.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
sm_make_chunk.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
sm_sideeffect.c sctp: remove casting from function calls through ops structure 2013-12-22 18:04:28 -05:00
sm_statefuns.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2013-12-18 16:42:06 -05:00
sm_statetable.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
socket.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2013-12-18 16:42:06 -05:00
ssnmap.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
sysctl.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2013-12-18 16:42:06 -05:00
transport.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2013-12-09 20:20:14 -05:00
tsnmap.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
ulpevent.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
ulpqueue.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00