]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
can: peak_usb: fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:10:34 +0000 (13:10 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Mon, 23 May 2022 20:00:05 +0000 (22:00 +0200)
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Link: https://lore.kernel.org/all/20220521111145.81697-24-Julia.Lawall@inria.fr
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/usb/peak_usb/pcan_usb.c

index 17dc178f555b1757f92aa62c6febbf74e6455241..091c631ebe235022e9cb8d4bb4d600abd8eef8a0 100644 (file)
@@ -533,7 +533,7 @@ static int pcan_usb_handle_bus_evt(struct pcan_usb_msg_context *mc, u8 ir)
 {
        struct pcan_usb *pdev = mc->pdev;
 
-       /* acccording to the content of the packet */
+       /* according to the content of the packet */
        switch (ir) {
        case PCAN_USB_ERR_CNT_DEC:
        case PCAN_USB_ERR_CNT_INC: