All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb:atm: Fix typo
@ 2021-05-21  9:58 zuoqilin1
  0 siblings, 0 replies; only message in thread
From: zuoqilin1 @ 2021-05-21  9:58 UTC (permalink / raw)
  To: gregkh, info; +Cc: accessrunner-general, linux-usb, linux-kernel, zuoqilin

From: zuoqilin <zuoqilin@yulong.com>

Change 'contol' to 'control'.

Signed-off-by: zuoqilin <zuoqilin@yulong.com>
---
 drivers/usb/atm/cxacru.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/atm/cxacru.c b/drivers/usb/atm/cxacru.c
index 4d39474..4ce7cba 100644
--- a/drivers/usb/atm/cxacru.c
+++ b/drivers/usb/atm/cxacru.c
@@ -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;
-- 
1.9.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-21  9:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-21  9:58 [PATCH] usb:atm: Fix typo zuoqilin1

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.