[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231123032245.2986309-1-shitao@kylinos.cn>
Date: Thu, 23 Nov 2023 11:22:45 +0800
From: shitao <shitao@...inos.cn>
To: justin.chen@...adcom.com, alcooperx@...il.com,
bcm-kernel-feedback-list@...adcom.com, gregkh@...uxfoundation.org
Cc: linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
shitao <shitao@...inos.cn>, k2ci <kernel-bot@...inos.cn>
Subject: [PATCH] usb: Correct misspelling comment word dynamic
The word 'dyanmic memory'is misspelled, fixed the word 'dyanmic'
to 'dynamic',avoiding confusing other developers.
Reported-by: k2ci <kernel-bot@...inos.cn>
Signed-off-by: shitao <shitao@...inos.cn>
---
drivers/usb/gadget/udc/bdc/bdc_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
--
2.34.1
Powered by blists - more mailing lists