can: drivers: fix spelling mistakes
[linux-2.6-microblaze.git] / drivers / net / can / usb / usb_8dev.c
index 8fa224b..62749c6 100644 (file)
@@ -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 */