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:
3d0a062
)
netfilter: xt_ipcomp: Use ntohs to ease sparse warning
author
Pablo Neira Ayuso
<pablo@netfilter.org>
Mon, 20 Jan 2014 00:55:42 +0000
(
01:55
+0100)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Wed, 19 Feb 2014 10:41:25 +0000
(11:41 +0100)
0-DAY kernel build testing backend reported:
sparse warnings: (new ones prefixed by >>)
>> >> net/netfilter/xt_ipcomp.c:63:26: sparse: restricted __be16 degrades to integer
>> >> net/netfilter/xt_ipcomp.c:63:26: sparse: cast to restricted __be32
Fix this by using ntohs without shifting.
Tested with: make C=1 CF=-D__CHECK_ENDIAN__
Signed-off-by: Fan Du <fan.du@windriver.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/xt_ipcomp.c
patch
|
blob
|
history
diff --cc
net/netfilter/xt_ipcomp.c
Simple merge