projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe7324b
)
can: peak_usb: fix typo in comment
author
Julia Lawall
<Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:10:34 +0000
(13:10 +0200)
committer
Marc 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
patch
|
blob
|
history
diff --git
a/drivers/net/can/usb/peak_usb/pcan_usb.c
b/drivers/net/can/usb/peak_usb/pcan_usb.c
index 17dc178f555b1757f92aa62c6febbf74e6455241..091c631ebe235022e9cb8d4bb4d600abd8eef8a0 100644
(file)
--- a/
drivers/net/can/usb/peak_usb/pcan_usb.c
+++ b/
drivers/net/can/usb/peak_usb/pcan_usb.c
@@
-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;
- /* acc
c
ording 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: