Commit 0b14c388 authored by Geoff Levand's avatar Geoff Levand Committed by Greg Kroah-Hartman

USB: Fix spelling in usb/serial.h

Fixes a minor typo in the comments for usb_set_serial_data.
Signed-off-by: default avatarGeoff Levand <geoff@infradead.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 81ab5b8e
...@@ -192,7 +192,7 @@ static inline void usb_set_serial_data(struct usb_serial *serial, void *data) ...@@ -192,7 +192,7 @@ static inline void usb_set_serial_data(struct usb_serial *serial, void *data)
* The driver.owner field should be set to the module owner of this driver. * The driver.owner field should be set to the module owner of this driver.
* The driver.name field should be set to the name of this driver (remember * The driver.name field should be set to the name of this driver (remember
* it will show up in sysfs, so it needs to be short and to the point. * it will show up in sysfs, so it needs to be short and to the point.
* Useing the module name is a good idea.) * Using the module name is a good idea.)
*/ */
struct usb_serial_driver { struct usb_serial_driver {
const char *description; const char *description;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment