All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vyshnav Ajith <puthen1977@gmail.com>
To: gregkh@linuxfoundation.org, corbet@lwn.net
Cc: linux-usb@vger.kernel.org, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Vyshnav Ajith <puthen1977@gmail.com>
Subject: Fixing Grammatical Error
Date: Fri, 22 Nov 2024 05:08:29 +0530	[thread overview]
Message-ID: <20241121233829.14779-1-puthen1977@gmail.com> (raw)

'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


             reply	other threads:[~2024-11-21 23:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-21 23:38 Vyshnav Ajith [this message]
2024-11-21 23:44 ` Fixing Grammatical Error Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241121233829.14779-1-puthen1977@gmail.com \
    --to=puthen1977@gmail.com \
    --cc=corbet@lwn.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.