remarkable-linux/net/dccp/ccids
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
..
lib net: return operator cleanup 2010-09-23 14:33:39 -07:00
ccid2.c dccp ccid-2: Share TCP's minimum RTO code 2010-08-30 13:45:27 -07:00
ccid2.h dccp ccid-2: Use u32 timestamps uniformly 2010-08-30 13:45:25 -07:00
ccid3.c dccp ccid-3: Remove redundant 'options_received' struct 2010-09-21 12:14:26 +02:00
ccid3.h dccp ccid-3: Remove redundant 'options_received' struct 2010-09-21 12:14:26 +02:00
Kconfig dccp ccid-3: use per-route RTO or TCP RTO as fallback 2010-08-30 13:45:28 -07:00