On Wed, May 21, 2025 at 11:51:21AM +0200, Geert Uytterhoeven wrote: > Since the introduction of alloc_candev_mqs() and friends, there is no > longer a need to allocate a generic network device and perform explicit > CAN-specific setup. Remove the code showing this setup, and document > alloc_candev_mqs() instead. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > Dunno if this deserves > Fixes: 39549eef3587f1c1 ("can: CAN Network device driver and Netlink interface") Documentation often does get added to net and back ported. It is not going to break anything, and there are developers who work on the last LTS rather than net-next. Andrew