Re: [PATCH] documentation: networking: can: Document alloc_candev_mqs()
From: Andrew Lunn <andrew@lunn.ch>
Date: 2025-05-21 12:23:53
Also in:
linux-can, linux-doc
From: Andrew Lunn <andrew@lunn.ch>
Date: 2025-05-21 12:23:53
Also in:
linux-can, linux-doc
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@glider.be>
---
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