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:
feed1a9
)
udp: Neaten function pointer calls and add braces
author
Joe Perches
<joe@perches.com>
Wed, 12 Nov 2014 05:59:20 +0000
(21:59 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 12 Nov 2014 19:51:59 +0000
(14:51 -0500)
Standardize function pointer uses.
Convert calling style from:
(*foo)(args...);
to:
foo(args...);
Other miscellanea:
o Add braces around loops with single ifs on multiple lines
o Realign arguments around these functions
o Invert logic in if to return immediately.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/udp.c
patch
|
blob
|
history
diff --cc
net/ipv4/udp.c
Simple merge