summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authoryuan linyu <Linyu.Yuan@alcatel-sbell.com.cn>2017-06-21 20:04:40 +0800
committerDavid S. Miller <davem@davemloft.net>2017-06-21 09:46:02 -0400
commite1d20e22dd67cc2df0c235668ed42e91e6dddd58 (patch)
tree67a1acc77be2ebc1094736c9b307cc00ea320a5b /.gitattributes
parentf5c306470ed0a8f03ba7017f397da2555b5800d4 (diff)
downloadlinux-e1d20e22dd67cc2df0c235668ed42e91e6dddd58.tar.bz2
idsn: fix wrong skb_put() used
in my commit b952f4dff2751252db073c27c0f8a16a416a2ddc, - *(u8 *)skb_put(skb_out, 1) = (u8)(accm >> 24); \ + skb_put(skb_out, (u8)(accm >> 24)); \ it should skb_put_u8() Fixes: b952f4dff275 ("net: manual clean code which call skb_put_[data:zero])") Signed-off-by: yuan linyu <Linyu.Yuan@alcatel-sbell.com.cn> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions