diff options
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2014-01-08 22:00:45 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-08 15:05:14 -0800 |
commit | f3c1f5151a90f70b3dfbcfc3827c42b35499ae27 (patch) | |
tree | f4938669b36063c6c166cd41e3428bab98859e5f /drivers/usb/c67x00/c67x00-ll-hpi.c | |
parent | 803a536243b3a1ed2289f41897b11b72bd083309 (diff) | |
download | op-kernel-dev-f3c1f5151a90f70b3dfbcfc3827c42b35499ae27.zip op-kernel-dev-f3c1f5151a90f70b3dfbcfc3827c42b35499ae27.tar.gz |
USB: c67x00: correct spelling mistakes in comments
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/c67x00/c67x00-ll-hpi.c')
-rw-r--r-- | drivers/usb/c67x00/c67x00-ll-hpi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/c67x00/c67x00-ll-hpi.c b/drivers/usb/c67x00/c67x00-ll-hpi.c index cd2c6ed..b581518 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 { * 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. */ |