diff options
author | 2017-09-28 17:57:58 +0200 | |
---|---|---|
committer | 2017-10-01 03:58:10 +0100 | |
commit | 5a59a3a0ef0e546626a762d49dc06feaa204bab3 (patch) | |
tree | 612614d152b1590ba4527b893549e191a4a8a016 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'udp-fix-early-demux-for-mcast-packets' (diff) | |
download | wireguard-linux-5a59a3a0ef0e546626a762d49dc06feaa204bab3.tar.xz wireguard-linux-5a59a3a0ef0e546626a762d49dc06feaa204bab3.zip |
ppp: fix __percpu annotation
Move sparse annotation right after pointer type.
Fixes sparse warning:
drivers/net/ppp/ppp_generic.c:1422:13: warning: incorrect type in initializer (different address spaces)
drivers/net/ppp/ppp_generic.c:1422:13: expected void const [noderef] <asn:3>*__vpp_verify
drivers/net/ppp/ppp_generic.c:1422:13: got int *<noident>
...
Fixes: e5dadc65f9e0 ("ppp: Fix false xmit recursion detect with two ppp devices")
Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions