usb: atm: cxacru: Fix typo in comment
authorzuoqilin <zuoqilin@yulong.com>
Fri, 21 May 2021 09:58:04 +0000 (17:58 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 May 2021 18:05:40 +0000 (20:05 +0200)
Change 'contol' to 'control'.

Signed-off-by: zuoqilin <zuoqilin@yulong.com>
Link: https://lore.kernel.org/r/20210521095804.773-1-zuoqilin1@163.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/atm/cxacru.c

index 4d39474..4ce7cba 100644 (file)
@@ -180,7 +180,7 @@ struct cxacru_data {
        struct mutex poll_state_serialize;
        enum cxacru_poll_state poll_state;
 
-       /* contol handles */
+       /* control handles */
        struct mutex cm_serialize;
        u8 *rcv_buf;
        u8 *snd_buf;