From: Eric Dumazet Date: Fri, 12 Jun 2009 00:23:24 +0000 (-0700) Subject: net: ntohs() misuse X-Git-Tag: v2.6.31-rc1~330^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17d0cdfa8f3c09a110061c67421d662b3e149d0a;p=pandora-kernel.git net: ntohs() misuse 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed