diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-08-05 16:25:40 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-01 18:52:48 +0200 |
commit | 7122bbb0d14b7a6031aeef046b45d4934cb94ba7 (patch) | |
tree | 05e3119c5425a12c8c049986f788966dc2305ad9 /drivers/mmc/host/vub300.c | |
parent | dma: fix comments (diff) | |
download | linux-7122bbb0d14b7a6031aeef046b45d4934cb94ba7.tar.xz linux-7122bbb0d14b7a6031aeef046b45d4934cb94ba7.zip |
mmc: fix comment typos
Correct spelling typo in drivers/mmc
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/mmc/host/vub300.c')
-rw-r--r-- | drivers/mmc/host/vub300.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/vub300.c b/drivers/mmc/host/vub300.c index 3135a1a5d75d..58eab9ac1d01 100644 --- a/drivers/mmc/host/vub300.c +++ b/drivers/mmc/host/vub300.c @@ -806,7 +806,7 @@ static void command_res_completed(struct urb *urb) * we suspect a buggy USB host controller */ } else if (!vub300->data) { - /* this means that the command (typically CMD52) suceeded */ + /* this means that the command (typically CMD52) succeeded */ } else if (vub300->resp.common.header_type != 0x02) { /* * this is an error response from the VUB300 chip |