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:
a1bdc45
)
net: ipv6: fix wrong ping_v6_sendmsg return value
author
Lorenzo Colitti
<lorenzo@google.com>
Wed, 3 Jul 2013 15:12:40 +0000
(
00:12
+0900)
committer
David S. Miller
<davem@davemloft.net>
Thu, 4 Jul 2013 00:42:05 +0000
(17:42 -0700)
ping_v6_sendmsg currently returns 0 on success. It should return
the number of bytes written instead.
Signed-off-by: Lorenzo Colitti <lorenzo@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found