usb: atm: cxacru: Fix typo in comment
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>
This commit is contained in:
parent
d369c9187c
commit
b274e2a44e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue