projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8804420
)
usb: Fix typo in imx21-dbg.c
author
Masanari Iida
<standby24x7@gmail.com>
Sat, 11 Feb 2012 12:19:10 +0000
(21:19 +0900)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 13 Feb 2012 22:32:34 +0000
(14:32 -0800)
Correct spelling "alocate" to "allocate" in
drivers/usb/host/imx21-dbg.c
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/imx21-dbg.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/imx21-dbg.c
b/drivers/usb/host/imx21-dbg.c
index
6d75334
..
ec98ece
100644
(file)
--- a/
drivers/usb/host/imx21-dbg.c
+++ b/
drivers/usb/host/imx21-dbg.c
@@
-239,7
+239,7
@@
static int debug_status_show(struct seq_file *s, void *v)
"ETDs allocated: %d/%d (max=%d)\n"
"ETDs in use sw: %d\n"
"ETDs in use hw: %d\n"
- "DMEM alocated: %d/%d (max=%d)\n"
+ "DMEM al
l
ocated: %d/%d (max=%d)\n"
"DMEM blocks: %d\n"
"Queued waiting for ETD: %d\n"
"Queued waiting for DMEM: %d\n",