diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-02-11 13:19:10 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-13 23:32:34 +0100 |
commit | 5ee71cf3bef66ad9683c681e48628fae057f8e18 (patch) | |
tree | 47a5cfe76ce4e4a3034ba033c0281b4c0238c3b5 /drivers/usb/host/imx21-dbg.c | |
parent | usb: cdc-wdm: make reset work with blocking IO (diff) | |
download | linux-5ee71cf3bef66ad9683c681e48628fae057f8e18.tar.xz linux-5ee71cf3bef66ad9683c681e48628fae057f8e18.zip |
usb: Fix typo in imx21-dbg.c
Correct spelling "alocate" to "allocate" in
drivers/usb/host/imx21-dbg.c
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/imx21-dbg.c')
-rw-r--r-- | drivers/usb/host/imx21-dbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/imx21-dbg.c b/drivers/usb/host/imx21-dbg.c index 6d7533427163..ec98ecee3517 100644 --- 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 allocated: %d/%d (max=%d)\n" "DMEM blocks: %d\n" "Queued waiting for ETD: %d\n" "Queued waiting for DMEM: %d\n", |