linux/net/tipc
wangweidong b055597697 tipc: make the code look more readable
In commit 3b8401fe9d ("tipc: kill unnecessary goto's") didn't make
the code look most readable, so fix it. This patch is cosmetic
and does not change the operation of TIPC in any way.

Suggested-by: David Laight <David.Laight@ACULAB.COM>
Signed-off-by: Wang Weidong <wangweidong1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-01-02 03:30:35 -05:00
..
addr.c
addr.h
bcast.c
bcast.h
bearer.c tipc: eliminate code duplication in media layer 2013-12-11 00:17:43 -05:00
bearer.h tipc: eliminate code duplication in media layer 2013-12-11 00:17:43 -05:00
config.c
config.h
core.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2013-12-18 16:42:06 -05:00
core.h tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h> 2013-12-16 12:48:35 -05:00
discover.c
discover.h
eth_media.c tipc: eliminate code duplication in media layer 2013-12-11 00:17:43 -05:00
handler.c tipc: protect handler_enabled variable with qitem_lock spin lock 2013-12-10 22:35:49 -05:00
ib_media.c tipc: eliminate code duplication in media layer 2013-12-11 00:17:43 -05:00
Kconfig
link.c tipc: remove unused 'blocked' flag from tipc_link struct 2013-12-11 00:17:43 -05:00
link.h tipc: remove unused 'blocked' flag from tipc_link struct 2013-12-11 00:17:43 -05:00
log.c
Makefile
msg.c
msg.h
name_distr.c
name_distr.h
name_table.c tipc: remove unnecessary variables and conditions 2013-12-16 12:48:35 -05:00
name_table.h
net.c
net.h
netlink.c
node_subscr.c
node_subscr.h
node.c tipc: eliminate redundant code with kfree_skb_list routine 2013-12-11 00:17:42 -05:00
node.h
port.c tipc: remove unnecessary variables and conditions 2013-12-16 12:48:35 -05:00
port.h
ref.c
ref.h
server.c
server.h
socket.c tipc: make the code look more readable 2014-01-02 03:30:35 -05:00
subscr.c
subscr.h
sysctl.c