From: Roland Dreier Date: Tue, 1 Jul 2008 17:20:33 +0000 (-0700) Subject: ehea: Access iph->tot_len with correct endianness X-Git-Tag: v2.6.26~51^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ff2cd230de31e3b7bf2efd254e0393e5fc1d15d;p=pandora-kernel.git ehea: Access iph->tot_len with correct endianness iph->tot_len is stored in network byte order, so access it using ntohs(). This doesn't have any real world impact on ehea, since ehea only exists for big-endian platfroms (at the moment at least) but fixing this gets rid of a sparse warning and avoids having a bad example in the tree. Signed-off-by: Roland Dreier Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed