From: Li RongQing Date: Mon, 9 Jul 2012 20:56:06 +0000 (+0000) Subject: ksz884x: fix Endian X-Git-Tag: v3.6-rc1~125^2~217 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b70ca3599071a0e26bceab9dd6d7e4c53318881;p=pandora-kernel.git ksz884x: fix Endian ETH_P_IP is host Endian, skb->protocol is big Endian, when compare them, Using htons on skb->protocol is wrong. And fix two code style issues: indentation and remove unnecessary parentheses. CC: Tristram Ha CC: Ben Hutchings CC: Joe Perches Signed-off-by: Li RongQing Signed-off-by: David S. Miller --- Reading git-diff-tree failed