USB: c67x00: correct spelling mistakes in comments
authorRahul Bedarkar <rahulbedarkar89@gmail.com>
Wed, 8 Jan 2014 16:30:45 +0000 (22:00 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jan 2014 23:05:14 +0000 (15:05 -0800)
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/c67x00/c67x00-hcd.h
drivers/usb/c67x00/c67x00-ll-hpi.c

index e3d493d4d61ae4a70e903e3cfba887e663aab344..cf8a455a64034813dbfbc54ea3ae445d52e86f41 100644 (file)
@@ -45,7 +45,7 @@
 /*
  * The current implementation switches between _STD (default) and _ISO (when
  * isochronous transfers are scheduled), in order to optimize the throughput
- * in normal cicrumstances, but also provide good isochronous behaviour.
+ * in normal circumstances, but also provide good isochronous behaviour.
  *
  * Bandwidth is described in bit time so with a 12MHz USB clock and 1ms
  * frames; there are 12000 bit times per frame.
index cd2c6ed67493ef5af6564338a474d6ffe3efe94c..b58151841e1070e653f786a50ccc0e02720f693e 100644 (file)
@@ -63,8 +63,8 @@ struct c67x00_lcp_int_data {
  * HPI implementation
  *
  * The c67x00 chip also support control via SPI or HSS serial
- * interfaces.  However, this driver assumes that register access can
- * be performed from IRQ context.  While this is a safe assuption with
+ * interfaces. However, this driver assumes that register access can
+ * be performed from IRQ context. While this is a safe assumption with
  * the HPI interface, it is not true for the serial interfaces.
  */
 
This page took 0.025738 seconds and 5 git commands to generate.