Skip to content
Snippets Groups Projects
Commit a02cec21 authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

net: return operator cleanup


Change "return (EXPR);" to "return EXPR;"

return is not a function, parentheses are not required.

Signed-off-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6a08d194
No related merge requests found
Showing
with 58 additions and 59 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment