remarkable-linux/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 tipc: Reduce footprint by un-inlining address routines 2010-05-12 23:02:26 -07:00
bcast.c net: return operator cleanup 2010-09-23 14:33:39 -07:00
bcast.h tipc: Reduce footprint by un-inlining port list routines 2010-05-12 23:02:27 -07:00
bearer.c net: return operator cleanup 2010-09-23 14:33:39 -07:00
bearer.h tipc: Reduce footprint by un-inlining bearer congestion routine 2010-05-12 23:02:28 -07:00
cluster.c tipc: add tipc_ prefix to fcns targeted for un-inlining 2010-05-12 23:02:25 -07:00
cluster.h
config.c tipc: Add support for "-s" configuration option 2010-05-12 23:02:23 -07:00
config.h
core.c tipc: Fix log buffer memory leak if initialization fails 2010-08-17 17:31:51 -07:00
core.h tipc: Reduce footprint by un-inlining buf_acquire routine 2010-05-12 23:02:28 -07:00
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 tipc: Clean up configuration file 2010-01-19 14:23:57 -08:00
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 tipc: Reduce footprint by un-inlining tipc_msg_* routines 2010-05-12 23:02:29 -07:00
msg.h net: return operator cleanup 2010-09-23 14:33:39 -07:00
name_distr.c tipc: add tipc_ prefix to fcns targeted for un-inlining 2010-05-12 23:02:25 -07:00
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 genetlink: make netns aware 2009-07-12 14:03:27 -07:00
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
node_subscr.c
node_subscr.h
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 tipc: fix lockdep warning on address assignment 2010-03-16 14:15:45 -07:00
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 tipc: fix endianness on tipc subscriber messages 2010-03-08 12:20:58 -08:00
user_reg.c
user_reg.h
zone.c
zone.h