android_kernel_xiaomi_sm8350/net/tipc
Eric Dumazet a02cec2155 net: return operator cleanup
Change "return (EXPR);" to "return EXPR;"

return is not a function, parentheses are not required.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-09-23 14:33:39 -07:00
..
addr.c net: return operator cleanup 2010-09-23 14:33:39 -07:00
addr.h
bcast.c net: return operator cleanup 2010-09-23 14:33:39 -07:00
bcast.h
bearer.c net: return operator cleanup 2010-09-23 14:33:39 -07:00
bearer.h
cluster.c
cluster.h
config.c
config.h
core.c
core.h
dbg.c net: return operator cleanup 2010-09-23 14:33:39 -07:00
dbg.h
discover.c tipc: Prevent missing name table entries when link flip-flops rapidly 2010-08-17 17:32:00 -07:00
discover.h
eth_media.c tipc: Optimize handling excess content on incoming messages 2010-09-09 21:34:14 -07:00
handler.c
Kconfig
link.c net: return operator cleanup 2010-09-23 14:33:39 -07:00
link.h net: return operator cleanup 2010-09-23 14:33:39 -07:00
Makefile
msg.c
msg.h net: return operator cleanup 2010-09-23 14:33:39 -07:00
name_distr.c
name_distr.h
name_table.c net: return operator cleanup 2010-09-23 14:33:39 -07:00
name_table.h
net.c tipc: Optimize handling excess content on incoming messages 2010-09-09 21:34:14 -07:00
net.h
netlink.c
node_subscr.c
node_subscr.h
node.c net: return operator cleanup 2010-09-23 14:33:39 -07:00
node.h tipc: Prevent missing name table entries when link flip-flops rapidly 2010-08-17 17:32:00 -07:00
port.c tipc: Minor optimizations to name table translation code 2010-09-06 18:12:56 -07:00
port.h net: return operator cleanup 2010-09-23 14:33:39 -07:00
ref.c
ref.h
socket.c net: return operator cleanup 2010-09-23 14:33:39 -07:00
subscr.c net: return operator cleanup 2010-09-23 14:33:39 -07:00
subscr.h
user_reg.c
user_reg.h
zone.c
zone.h