diff mbox series

usb: cdns3: fix spelling mistake and rework grammar in text

Message ID 20200122234437.2829803-1-colin.king@canonical.com (mailing list archive)
State Mainlined
Commit c120431347246fe481b73026cad49920f705e92f
Headers show
Series usb: cdns3: fix spelling mistake and rework grammar in text | expand

Commit Message

Colin King Jan. 22, 2020, 11:44 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

The text contains a spelling mistake, "to" should be "too"
so fix this and re-work the grammar to make it more readable.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/usb/cdns3/debug.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Felipe Balbi Jan. 23, 2020, 7:16 a.m. UTC | #1
Colin King <colin.king@canonical.com> writes:

> From: Colin Ian King <colin.king@canonical.com>
>
> The text contains a spelling mistake, "to" should be "too"
> so fix this and re-work the grammar to make it more readable.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Greg,

if you want to squeeze this in:

Acked-by: Felipe Balbi <balbi@kernel.org>
Greg KH Jan. 24, 2020, 8:36 a.m. UTC | #2
On Thu, Jan 23, 2020 at 09:16:33AM +0200, Felipe Balbi wrote:
> Colin King <colin.king@canonical.com> writes:
> 
> > From: Colin Ian King <colin.king@canonical.com>
> >
> > The text contains a spelling mistake, "to" should be "too"
> > so fix this and re-work the grammar to make it more readable.
> >
> > Signed-off-by: Colin Ian King <colin.king@canonical.com>
> 
> Greg,
> 
> if you want to squeeze this in:
> 
> Acked-by: Felipe Balbi <balbi@kernel.org>

Thanks, will do.

greg k-h
diff mbox series

Patch

diff --git a/drivers/usb/cdns3/debug.h b/drivers/usb/cdns3/debug.h
index 2c9afbfe988b..a5c6a29e1340 100644
--- a/drivers/usb/cdns3/debug.h
+++ b/drivers/usb/cdns3/debug.h
@@ -140,7 +140,7 @@  static inline char *cdns3_dbg_ring(struct cdns3_endpoint *priv_ep,
 		trb_per_sector = TRBS_PER_SEGMENT;
 
 	if (trb_per_sector > TRBS_PER_SEGMENT) {
-		sprintf(str + ret, "\t\tTo big transfer ring %d\n",
+		sprintf(str + ret, "\t\tTransfer ring %d too big\n",
 			trb_per_sector);
 		return str;
 	}