diff mbox series

usb: Correct misspelling comment word dynamic

Message ID 20231123025313.2565268-1-shitao@kylinos.cn (mailing list archive)
State Superseded
Headers show
Series usb: Correct misspelling comment word dynamic | expand

Commit Message

shitao Nov. 23, 2023, 2:53 a.m. UTC
The word 'dyanmic' on comment of struct tcp_error is misspelled.
Correct it to be 'dynamic', avoiding confusing other developers.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: shitao <shitao@kylinos.cn>
---
 drivers/usb/gadget/udc/bdc/bdc_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/usb/gadget/udc/bdc/bdc_core.c b/drivers/usb/gadget/udc/bdc/bdc_core.c
index 35a652807fca..874122f8baa3 100644
--- a/drivers/usb/gadget/udc/bdc/bdc_core.c
+++ b/drivers/usb/gadget/udc/bdc/bdc_core.c
@@ -361,7 +361,7 @@  int bdc_reinit(struct bdc *bdc)
 	return ret;
 }
 
-/* Allocate all the dyanmic memory */
+/* Allocate all the dynamic memory */
 static int bdc_mem_alloc(struct bdc *bdc)
 {
 	u32 page_size;