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:
3ee40c3
)
net: ntohs() misuse
author
Eric Dumazet
<eric.dumazet@gmail.com>
Fri, 12 Jun 2009 00:23:24 +0000
(17:23 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 12 Jun 2009 00:23:24 +0000
(17:23 -0700)
Some drivers incorrectly use ntohs() instead of htons()
A cleanup as htons() returns same result than ntohs(),
but better to use the proper one.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found