Skip to content

Commit c120431

Browse files
Colin Ian Kinggregkh
authored andcommitted
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]>
1 parent fdabc46 commit c120431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/cdns3/debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ static inline char *cdns3_dbg_ring(struct cdns3_endpoint *priv_ep,
140140
trb_per_sector = TRBS_PER_SEGMENT;
141141

142142
if (trb_per_sector > TRBS_PER_SEGMENT) {
143-
sprintf(str + ret, "\t\tTo big transfer ring %d\n",
143+
sprintf(str + ret, "\t\tTransfer ring %d too big\n",
144144
trb_per_sector);
145145
return str;
146146
}

0 commit comments

Comments
 (0)