aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRahul Bedarkar <rahulbedarkar89@gmail.com>2014-01-08 11:30:45 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-01-08 18:05:14 -0500
commitf3c1f5151a90f70b3dfbcfc3827c42b35499ae27 (patch)
treef4938669b36063c6c166cd41e3428bab98859e5f
parent803a536243b3a1ed2289f41897b11b72bd083309 (diff)
USB: c67x00: correct spelling mistakes in comments
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/usb/c67x00/c67x00-hcd.h2
-rw-r--r--drivers/usb/c67x00/c67x00-ll-hpi.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/c67x00/c67x00-hcd.h b/drivers/usb/c67x00/c67x00-hcd.h
index e3d493d4d61a..cf8a455a6403 100644
--- a/drivers/usb/c67x00/c67x00-hcd.h
+++ b/drivers/usb/c67x00/c67x00-hcd.h
@@ -45,7 +45,7 @@
45/* 45/*
46 * The current implementation switches between _STD (default) and _ISO (when 46 * The current implementation switches between _STD (default) and _ISO (when
47 * isochronous transfers are scheduled), in order to optimize the throughput 47 * isochronous transfers are scheduled), in order to optimize the throughput
48 * in normal cicrumstances, but also provide good isochronous behaviour. 48 * in normal circumstances, but also provide good isochronous behaviour.
49 * 49 *
50 * Bandwidth is described in bit time so with a 12MHz USB clock and 1ms 50 * Bandwidth is described in bit time so with a 12MHz USB clock and 1ms
51 * frames; there are 12000 bit times per frame. 51 * frames; there are 12000 bit times per frame.
diff --git a/drivers/usb/c67x00/c67x00-ll-hpi.c b/drivers/usb/c67x00/c67x00-ll-hpi.c
index cd2c6ed67493..b58151841e10 100644
--- a/drivers/usb/c67x00/c67x00-ll-hpi.c
+++ b/drivers/usb/c67x00/c67x00-ll-hpi.c
@@ -63,8 +63,8 @@ struct c67x00_lcp_int_data {
63 * HPI implementation 63 * HPI implementation
64 * 64 *
65 * The c67x00 chip also support control via SPI or HSS serial 65 * The c67x00 chip also support control via SPI or HSS serial
66 * interfaces. However, this driver assumes that register access can 66 * interfaces. However, this driver assumes that register access can
67 * be performed from IRQ context. While this is a safe assuption with 67 * be performed from IRQ context. While this is a safe assumption with
68 * the HPI interface, it is not true for the serial interfaces. 68 * the HPI interface, it is not true for the serial interfaces.
69 */ 69 */
70 70