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:
2f219d5
)
ipv6: fix warning in xfrm6_mode_tunnel_input
author
stephen hemminger
<stephen@networkplumber.org>
Sat, 16 Feb 2013 07:38:15 +0000
(07:38 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 18 Feb 2013 17:42:47 +0000
(12:42 -0500)
Should not use assignment in conditional:
warning: suggest parentheses around assignment used as truth value [-Wparentheses]
Problem introduced by:
commit
14bbd6a565e1bcdc240d44687edb93f721cfdf99
Author: Pravin B Shelar <pshelar@nicira.com>
Date: Thu Feb 14 09:44:49 2013 +0000
net: Add skb_unclone() helper function.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/xfrm6_mode_tunnel.c
patch
|
blob
|
history
diff --cc
net/ipv6/xfrm6_mode_tunnel.c
Simple merge