public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: Correct misspelling comment word dynamic
@ 2023-11-23  2:53 shitao
  0 siblings, 0 replies; 3+ messages in thread
From: shitao @ 2023-11-23  2:53 UTC (permalink / raw)
  To: justin.chen, alcooperx, bcm-kernel-feedback-list, gregkh
  Cc: linux-usb, linux-kernel, shitao, k2ci

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 --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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] usb: Correct misspelling comment word dynamic
@ 2023-11-23  3:22 shitao
  2023-11-26 10:34 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: shitao @ 2023-11-23  3:22 UTC (permalink / raw)
  To: justin.chen, alcooperx, bcm-kernel-feedback-list, gregkh
  Cc: linux-usb, linux-kernel, shitao, k2ci

The word 'dyanmic memory'is misspelled, fixed the word 'dyanmic'
to '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 --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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] usb: Correct misspelling comment word dynamic
  2023-11-23  3:22 [PATCH] usb: Correct misspelling comment word dynamic shitao
@ 2023-11-26 10:34 ` Greg KH
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2023-11-26 10:34 UTC (permalink / raw)
  To: shitao
  Cc: justin.chen, alcooperx, bcm-kernel-feedback-list, linux-usb,
	linux-kernel, k2ci

On Thu, Nov 23, 2023 at 11:22:45AM +0800, shitao wrote:
> The word 'dyanmic memory'is misspelled, fixed the word 'dyanmic'
> to '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(-)

Hi,

This is the friendly patch-bot of Greg Kroah-Hartman.  You have sent him
a patch that has triggered this response.  He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created.  Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.

You are receiving this message because of the following common error(s)
as indicated below:

- This looks like a new version of a previously submitted patch, but you
  did not list below the --- line any changes from the previous version.
  Please read the section entitled "The canonical patch format" in the
  kernel file, Documentation/process/submitting-patches.rst for what
  needs to be done here to properly describe this.

If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.

thanks,

greg k-h's patch email bot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-26 10:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-23  3:22 [PATCH] usb: Correct misspelling comment word dynamic shitao
2023-11-26 10:34 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2023-11-23  2:53 shitao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox