* Fixing Grammatical Error
@ 2024-11-21 23:38 Vyshnav Ajith
2024-11-21 23:44 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Vyshnav Ajith @ 2024-11-21 23:38 UTC (permalink / raw)
To: gregkh, corbet; +Cc: linux-usb, linux-doc, linux-kernel, Vyshnav Ajith
'Worst case' being singular needs 'is' instead of 'are'.
Signed-off-by: Vyshnav Ajith <puthen1977@gmail.com>
---
Documentation/usb/dwc3.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/usb/dwc3.rst b/Documentation/usb/dwc3.rst
index f94a7ba16573..12989d126a8a 100644
--- a/Documentation/usb/dwc3.rst
+++ b/Documentation/usb/dwc3.rst
@@ -20,7 +20,7 @@ Please pick something while reading :)
to the device. If MSI provides per-endpoint interrupt this dummy
interrupt chip can be replaced with "real" interrupts.
- interrupts are requested / allocated on usb_ep_enable() and removed on
- usb_ep_disable(). Worst case are 32 interrupts, the lower limit is two
+ usb_ep_disable(). The worst case is 32 interrupts, the lower limit is two
for ep0/1.
- dwc3_send_gadget_ep_cmd() will sleep in wait_for_completion_timeout()
until the command completes.
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: Fixing Grammatical Error
2024-11-21 23:38 Fixing Grammatical Error Vyshnav Ajith
@ 2024-11-21 23:44 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2024-11-21 23:44 UTC (permalink / raw)
To: Vyshnav Ajith; +Cc: corbet, linux-usb, linux-doc, linux-kernel
On Fri, Nov 22, 2024 at 05:08:29AM +0530, Vyshnav Ajith wrote:
> 'Worst case' being singular needs 'is' instead of 'are'.
>
> Signed-off-by: Vyshnav Ajith <puthen1977@gmail.com>
> ---
> Documentation/usb/dwc3.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/usb/dwc3.rst b/Documentation/usb/dwc3.rst
> index f94a7ba16573..12989d126a8a 100644
> --- a/Documentation/usb/dwc3.rst
> +++ b/Documentation/usb/dwc3.rst
> @@ -20,7 +20,7 @@ Please pick something while reading :)
> to the device. If MSI provides per-endpoint interrupt this dummy
> interrupt chip can be replaced with "real" interrupts.
> - interrupts are requested / allocated on usb_ep_enable() and removed on
> - usb_ep_disable(). Worst case are 32 interrupts, the lower limit is two
> + usb_ep_disable(). The worst case is 32 interrupts, the lower limit is two
> for ep0/1.
> - dwc3_send_gadget_ep_cmd() will sleep in wait_for_completion_timeout()
> until the command completes.
> --
> 2.43.0
>
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:
- You did not write a descriptive Subject: for the patch, allowing Greg,
and everyone else, to know what this patch is all about. Please read
the section entitled "The canonical patch format" in the kernel file,
Documentation/process/submitting-patches.rst for what a proper
Subject: line should look like.
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] 2+ messages in thread
end of thread, other threads:[~2024-11-21 23:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-21 23:38 Fixing Grammatical Error Vyshnav Ajith
2024-11-21 23:44 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).