* [PATCH] usb: cdns3: fix spelling mistake and rework grammar in text
@ 2020-01-22 23:44 Colin King
2020-01-23 7:16 ` Felipe Balbi
2020-03-18 16:01 ` Colin King
0 siblings, 2 replies; 7+ messages in thread
From: Colin King @ 2020-01-22 23:44 UTC (permalink / raw)
To: Greg Kroah-Hartman, Felipe Balbi, Pawel Laszczak, linux-usb
Cc: kernel-janitors, linux-kernel
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(-)
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;
}
--
2.24.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] usb: cdns3: fix spelling mistake and rework grammar in text
2020-01-22 23:44 [PATCH] usb: cdns3: fix spelling mistake and rework grammar in text Colin King
@ 2020-01-23 7:16 ` Felipe Balbi
2020-03-18 16:01 ` Colin King
1 sibling, 0 replies; 7+ messages in thread
From: Felipe Balbi @ 2020-01-23 7:16 UTC (permalink / raw)
To: Colin King, Greg Kroah-Hartman, Felipe Balbi, Pawel Laszczak,
linux-usb
Cc: kernel-janitors, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 396 bytes --]
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>
--
balbi
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] usb: cdns3: fix spelling mistake and rework grammar in text
@ 2020-01-23 7:16 ` Felipe Balbi
0 siblings, 0 replies; 7+ messages in thread
From: Felipe Balbi @ 2020-01-23 7:16 UTC (permalink / raw)
To: Colin King, Greg Kroah-Hartman, Felipe Balbi, Pawel Laszczak,
linux-usb
Cc: kernel-janitors, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 396 bytes --]
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>
--
balbi
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] usb: cdns3: fix spelling mistake and rework grammar in text
2020-01-23 7:16 ` Felipe Balbi
@ 2020-01-24 8:36 ` Greg Kroah-Hartman
-1 siblings, 0 replies; 7+ messages in thread
From: Greg Kroah-Hartman @ 2020-01-24 8:36 UTC (permalink / raw)
To: Felipe Balbi
Cc: Colin King, Felipe Balbi, Pawel Laszczak, linux-usb,
kernel-janitors, linux-kernel
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] usb: cdns3: fix spelling mistake and rework grammar in text
@ 2020-01-24 8:36 ` Greg Kroah-Hartman
0 siblings, 0 replies; 7+ messages in thread
From: Greg Kroah-Hartman @ 2020-01-24 8:36 UTC (permalink / raw)
To: Felipe Balbi
Cc: Colin King, Felipe Balbi, Pawel Laszczak, linux-usb,
kernel-janitors, linux-kernel
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] usb: cdns3: fix spelling mistake "wrapperr" -> "wrapper"
@ 2020-03-18 16:01 ` Colin King
0 siblings, 0 replies; 7+ messages in thread
From: Colin King @ 2020-03-18 16:01 UTC (permalink / raw)
To: Greg Kroah-Hartman, Felipe Balbi, linux-usb; +Cc: kernel-janitors, linux-kernel
From: Colin Ian King <colin.king@canonical.com>
There is a spelling mistake in the module description. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/usb/cdns3/cdns3-pci-wrap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/cdns3/cdns3-pci-wrap.c b/drivers/usb/cdns3/cdns3-pci-wrap.c
index b0a29efe7d31..deeea618ba33 100644
--- a/drivers/usb/cdns3/cdns3-pci-wrap.c
+++ b/drivers/usb/cdns3/cdns3-pci-wrap.c
@@ -201,4 +201,4 @@ MODULE_DEVICE_TABLE(pci, cdns3_pci_ids);
MODULE_AUTHOR("Pawel Laszczak <pawell@cadence.com>");
MODULE_LICENSE("GPL v2");
-MODULE_DESCRIPTION("Cadence USBSS PCI wrapperr");
+MODULE_DESCRIPTION("Cadence USBSS PCI wrapper");
--
2.25.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH] usb: cdns3: fix spelling mistake "wrapperr" -> "wrapper"
@ 2020-03-18 16:01 ` Colin King
0 siblings, 0 replies; 7+ messages in thread
From: Colin King @ 2020-03-18 16:01 UTC (permalink / raw)
To: Greg Kroah-Hartman, Felipe Balbi, linux-usb; +Cc: kernel-janitors, linux-kernel
From: Colin Ian King <colin.king@canonical.com>
There is a spelling mistake in the module description. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/usb/cdns3/cdns3-pci-wrap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/cdns3/cdns3-pci-wrap.c b/drivers/usb/cdns3/cdns3-pci-wrap.c
index b0a29efe7d31..deeea618ba33 100644
--- a/drivers/usb/cdns3/cdns3-pci-wrap.c
+++ b/drivers/usb/cdns3/cdns3-pci-wrap.c
@@ -201,4 +201,4 @@ MODULE_DEVICE_TABLE(pci, cdns3_pci_ids);
MODULE_AUTHOR("Pawel Laszczak <pawell@cadence.com>");
MODULE_LICENSE("GPL v2");
-MODULE_DESCRIPTION("Cadence USBSS PCI wrapperr");
+MODULE_DESCRIPTION("Cadence USBSS PCI wrapper");
--
2.25.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-03-18 16:01 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-22 23:44 [PATCH] usb: cdns3: fix spelling mistake and rework grammar in text Colin King
2020-01-23 7:16 ` Felipe Balbi
2020-01-23 7:16 ` Felipe Balbi
2020-01-24 8:36 ` Greg Kroah-Hartman
2020-01-24 8:36 ` Greg Kroah-Hartman
2020-03-18 16:01 ` [PATCH] usb: cdns3: fix spelling mistake "wrapperr" -> "wrapper" Colin King
2020-03-18 16:01 ` Colin King
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.