From: roy.qing.li@gmail.com
Date: Tue, 10 Jul 2012 14:56:06 +0800
From: Li RongQing <redacted>
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 <redacted>
CC: Ben Hutchings <redacted>
CC: Joe Perches <joe@perches.com>
Signed-off-by: Li RongQing <redacted>
Applied.