Re: [PATCH net-next] ppp: use netdev_from_priv()
Breno Leitao <[email protected]> Thu, 30 Jul 2026 05:57:25 -0700
| Newsgroups | org.kernel.vger.linux-ppp,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 30, 2026 at 06:06:51PM +0800, Qingfang Deng wrote: > Use the new netdev_from_priv() helper to access the net device from > struct ppp. > > Signed-off-by: Qingfang Deng <[email protected]> I've looked at the convertion and it looks good to me. Reviewed-by: Breno Leitao <[email protected]>