Commit 3fed8dbb authored by Martin Kelly's avatar Martin Kelly Committed by Marc Kleine-Budde

can: mcba_usb: fix typo

Fix typo "analizer" --> "Analyzer".
Signed-off-by: default avatarMartin Kelly <mkelly@xevo.com>
Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent 29c64b17
......@@ -862,7 +862,7 @@ static int mcba_usb_probe(struct usb_interface *intf,
goto cleanup_unregister_candev;
}
dev_info(&intf->dev, "Microchip CAN BUS analizer connected\n");
dev_info(&intf->dev, "Microchip CAN BUS Analyzer connected\n");
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment