diff options
| author | Colin Ian King <[email protected]> | 2020-01-22 23:44:37 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-01-24 08:41:27 +0000 |
| commit | c120431347246fe481b73026cad49920f705e92f (patch) | |
| tree | 164ea487c17ae978c7f36cf909aef796f4b1fc74 /drivers/usb/cdns3/debug.h | |
| parent | usb: phy: phy-gpio-vbus-usb: Convert to GPIO descriptors (diff) | |
| download | kernel-c120431347246fe481b73026cad49920f705e92f.tar.gz kernel-c120431347246fe481b73026cad49920f705e92f.zip | |
usb: cdns3: fix spelling mistake and rework grammar in text
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 <[email protected]>
Acked-by: Felipe Balbi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/debug.h')
| -rw-r--r-- | drivers/usb/cdns3/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
