summaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2011-05-10 10:16:21 +0200
committerJiri Kosina <jkosina@suse.cz>2011-05-10 10:16:21 +0200
commit70f23fd66bc821a0e99647f70a809e277cc93c4c (patch)
tree3e768b77e63c6364ef32cf257c9449369afd215f /drivers/usb
parentc719864f15676af92b705589c93ba1468b89cd24 (diff)
downloadblackbird-op-linux-70f23fd66bc821a0e99647f70a809e277cc93c4c.tar.gz
blackbird-op-linux-70f23fd66bc821a0e99647f70a809e277cc93c4c.zip
treewide: fix a few typos in comments
- kenrel -> kernel - whetehr -> whether - ttt -> tt - sss -> ss Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/host/imx21-dbg.c2
-rw-r--r--drivers/usb/misc/usbtest.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/imx21-dbg.c b/drivers/usb/host/imx21-dbg.c
index 512f647448ca..6d7533427163 100644
--- a/drivers/usb/host/imx21-dbg.c
+++ b/drivers/usb/host/imx21-dbg.c
@@ -384,7 +384,7 @@ static void debug_isoc_show_one(struct seq_file *s,
seq_printf(s, "%s %d:\n"
"cc=0X%02X\n"
"scheduled frame %d (%d)\n"
- "submittted frame %d (%d)\n"
+ "submitted frame %d (%d)\n"
"completed frame %d (%d)\n"
"requested length=%d\n"
"completed length=%d\n\n",
diff --git a/drivers/usb/misc/usbtest.c b/drivers/usb/misc/usbtest.c
index 388cc128072a..ff9a01f8d405 100644
--- a/drivers/usb/misc/usbtest.c
+++ b/drivers/usb/misc/usbtest.c
@@ -104,7 +104,7 @@ get_endpoints(struct usbtest_dev *dev, struct usb_interface *intf)
alt = intf->altsetting + tmp;
/* take the first altsetting with in-bulk + out-bulk;
- * ignore other endpoints and altsetttings.
+ * ignore other endpoints and altsettings.
*/
for (ep = 0; ep < alt->desc.bNumEndpoints; ep++) {
struct usb_host_endpoint *e;
OpenPOWER on IntegriCloud