git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45f7435
)
net: remove unnecessary return's
author
stephen hemminger
<stephen@networkplumber.org>
Thu, 13 Feb 2014 04:51:22 +0000
(20:51 -0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 13 Feb 2014 23:33:38 +0000
(18:33 -0500)
One of my pet coding style peeves is the practice of
adding extra return; at the end of function.
Kill several instances of this in network code.
I suppose some coccinelle wizardy could do this automatically.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found