aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/buffer.c
diff options
context:
space:
mode:
authorRahul Bedarkar <[email protected]>2014-01-04 05:54:41 +0000
committerGreg Kroah-Hartman <[email protected]>2014-01-08 00:17:40 +0000
commit025d44309f92bd5e3d1b2c7fab66836ab25b541b (patch)
tree261fde505eb086f5077730f678d4f9471b2ab699 /drivers/usb/core/buffer.c
parentWatchdog: pcwd_usb: remove CONFIG_USB_DEBUG usage (diff)
downloadkernel-025d44309f92bd5e3d1b2c7fab66836ab25b541b.tar.gz
kernel-025d44309f92bd5e3d1b2c7fab66836ab25b541b.zip
USB: core: correct spelling mistakes in comments and warning
Signed-off-by: Rahul Bedarkar <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/usb/core/buffer.c')
-rw-r--r--drivers/usb/core/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/buffer.c b/drivers/usb/core/buffer.c
index 23559746be92..684ef70dc09d 100644
--- a/drivers/usb/core/buffer.c
+++ b/drivers/usb/core/buffer.c
@@ -2,7 +2,7 @@
* DMA memory management for framework level HCD code (hc_driver)
*
* This implementation plugs in through generic "usb_bus" level methods,
- * and should work with all USB controllers, regardles of bus type.
+ * and should work with all USB controllers, regardless of bus type.
*/
#include <linux/module.h>