Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

slcan: fix referenced website in Kconfig help text

Fix the referenced project website to www.mictronics.de in the Kconfig
help text for the slcan driver.

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Oliver Hartkopp and committed by
David S. Miller
c128df73 66c46d74

+1 -1
+1 -1
drivers/net/can/Kconfig
··· 23 23 24 24 As only the sending and receiving of CAN frames is implemented, this 25 25 driver should work with the (serial/USB) CAN hardware from: 26 - www.canusb.com / www.can232.com / www.mictronic.com / www.canhack.de 26 + www.canusb.com / www.can232.com / www.mictronics.de / www.canhack.de 27 27 28 28 Userspace tools to attach the SLCAN line discipline (slcan_attach, 29 29 slcand) can be found in the can-utils at the SocketCAN SVN, see