Skip to content

Commit

Permalink
can: mcba_usb: fix typo
Browse files Browse the repository at this point in the history
Fix typo "analizer" --> "Analyzer".

Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
  • Loading branch information
Martin Kelly authored and Marc Kleine-Budde committed Dec 1, 2017
1 parent 29c64b1 commit 3fed8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/can/usb/mcba_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 3fed8db

Please sign in to comment.