瀏覽代碼

USB: c67x00: correct spelling mistakes in comments

Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Rahul Bedarkar 11 年之前
父節點
當前提交
f3c1f5151a
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      drivers/usb/c67x00/c67x00-hcd.h
  2. 2 2
      drivers/usb/c67x00/c67x00-ll-hpi.c

+ 1 - 1
drivers/usb/c67x00/c67x00-hcd.h

@@ -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.

+ 2 - 2
drivers/usb/c67x00/c67x00-ll-hpi.c

@@ -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.
  */