]> asedeno.scripts.mit.edu Git - linux.git/commit
ppp: fix __percpu annotation
authorGuillaume Nault <g.nault@alphalink.fr>
Thu, 28 Sep 2017 15:57:58 +0000 (17:57 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Oct 2017 02:58:10 +0000 (03:58 +0100)
commit5a59a3a0ef0e546626a762d49dc06feaa204bab3
tree612614d152b1590ba4527b893549e191a4a8a016
parent230583c1952b40c35d67722b8e3eb13708a85dd1
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>
drivers/net/ppp/ppp_generic.c