mirror of https://gitee.com/openkylin/linux.git
can: mcba_usb: fix typo
Fix typo "analizer" --> "Analyzer". Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
29c64b17a0
commit
3fed8dbbc4
|
@ -862,7 +862,7 @@ static int mcba_usb_probe(struct usb_interface *intf,
|
||||||
goto cleanup_unregister_candev;
|
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;
|
return 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue