can: drivers: fix spelling mistakes
This patch fixes spelling erros found by "codespell" in the drivers/net/can subtree. Link: https://lore.kernel.org/r/20200915223527.1417033-6-mkl@pengutronix.de Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
@@ -88,7 +88,7 @@ enum usb_8dev_cmd {
|
||||
|
||||
/* status */
|
||||
#define USB_8DEV_STATUSMSG_OK 0x00 /* Normal condition. */
|
||||
#define USB_8DEV_STATUSMSG_OVERRUN 0x01 /* Overrun occured when sending */
|
||||
#define USB_8DEV_STATUSMSG_OVERRUN 0x01 /* Overrun occurred when sending */
|
||||
#define USB_8DEV_STATUSMSG_BUSLIGHT 0x02 /* Error counter has reached 96 */
|
||||
#define USB_8DEV_STATUSMSG_BUSHEAVY 0x03 /* Error count. has reached 128 */
|
||||
#define USB_8DEV_STATUSMSG_BUSOFF 0x04 /* Device is in BUSOFF */
|
||||
@@ -165,7 +165,7 @@ struct __packed usb_8dev_rx_msg {
|
||||
/* command frame */
|
||||
struct __packed usb_8dev_cmd_msg {
|
||||
u8 begin;
|
||||
u8 channel; /* unkown - always 0 */
|
||||
u8 channel; /* unknown - always 0 */
|
||||
u8 command; /* command to execute */
|
||||
u8 opt1; /* optional parameter / return value */
|
||||
u8 opt2; /* optional parameter 2 */
|
||||
|
Reference in New Issue
Block a user