]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
can: vxcan: Kconfig: fix description stating no local echo provided
authorAlexander Hölzl <alexander.hoelzl@gmx.net>
Fri, 19 Jun 2026 09:00:35 +0000 (11:00 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Tue, 14 Jul 2026 08:52:44 +0000 (10:52 +0200)
commit79adf48fb091e32ed94113d919908be20e09f5eb
treeb28dc03c61d209b2a346953ba9e7a5656b0f29a8
parent3f1f755366687d051174739fb99f7d560202f60b
can: vxcan: Kconfig: fix description stating no local echo provided

The Kconfig description of the vxcan kernel module erroneously states the
the vxcan interface does not provide a local echo of sent can frames.
However this behavior changed in commit 259bdba27e32 ("vxcan: enable local
echo for sent CAN frames") and vxcan interfaces now provide a local echo.

Change the description of the vxcan module in the Kconfig to reflect this
change.

Signed-off-by: Alexander Hölzl <alexander.hoelzl@gmx.net>
Acked-by: Oliver Hartkopp <socketcan@hartkopp.net>
Link: https://patch.msgid.link/20260619090035.17769-1-alexander.hoelzl@gmx.net
[mkl: rephrase patch description]
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/Kconfig