diff options
author | Eric Dumazet <edumazet@google.com> | 2015-02-04 22:31:54 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-02-05 09:40:22 +0100 |
commit | f4575d3534617eec98c7eb8701185cec96b4374b (patch) | |
tree | ab1a61a58c3f3e97f26cf3a78ac48e4035f8ee78 /net/core | |
parent | ip6_gre: fix endianness errors in ip6gre_err (diff) | |
download | linux-f4575d3534617eec98c7eb8701185cec96b4374b.tar.xz linux-f4575d3534617eec98c7eb8701185cec96b4374b.zip |
flow_keys: n_proto type should be __be16
(struct flow_keys)->n_proto is in network order, use
proper type for this.
Fixes following sparse errors :
net/core/flow_dissector.c:139:39: warning: incorrect type in assignment (different base types)
net/core/flow_dissector.c:139:39: expected unsigned short [unsigned] [usertype] n_proto
net/core/flow_dissector.c:139:39: got restricted __be16 [assigned] [usertype] proto
net/core/flow_dissector.c:237:23: warning: incorrect type in assignment (different base types)
net/core/flow_dissector.c:237:23: expected unsigned short [unsigned] [usertype] n_proto
net/core/flow_dissector.c:237:23: got restricted __be16 [assigned] [usertype] proto
Signed-off-by: Eric Dumazet <edumazet@google.com>
Fixes: e0f31d849867 ("flow_keys: Record IP layer protocol in skb_flow_dissect()")
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
0 files changed, 0 insertions, 0 deletions