diff options
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2014-01-04 00:54:41 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-07 19:17:40 -0500 |
commit | 025d44309f92bd5e3d1b2c7fab66836ab25b541b (patch) | |
tree | 261fde505eb086f5077730f678d4f9471b2ab699 /drivers/usb/core/buffer.c | |
parent | d7e92f7f768477c6ab5ec6b12f854db3e716b2e5 (diff) |
USB: core: correct spelling mistakes in comments and warning
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/core/buffer.c')
-rw-r--r-- | drivers/usb/core/buffer.c | 2 |
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 @@ | |||
2 | * DMA memory management for framework level HCD code (hc_driver) | 2 | * DMA memory management for framework level HCD code (hc_driver) |
3 | * | 3 | * |
4 | * This implementation plugs in through generic "usb_bus" level methods, | 4 | * This implementation plugs in through generic "usb_bus" level methods, |
5 | * and should work with all USB controllers, regardles of bus type. | 5 | * and should work with all USB controllers, regardless of bus type. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include <linux/module.h> | 8 | #include <linux/module.h> |