From: Guillaume Nault <[email protected]>
Date: Thu, 28 Sep 2017 17:57:58 +0200
> 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 <[email protected]>
Applied, thank you.