Skip to content

Commit

Permalink
USB: Fix spelling in usb/serial.h
Browse files Browse the repository at this point in the history
Fixes a minor typo in the comments for usb_set_serial_data.

Signed-off-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Geoff Levand authored and Greg Kroah-Hartman committed Oct 17, 2008
1 parent 81ab5b8 commit 0b14c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/usb/serial.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.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.
* Useing the module name is a good idea.)
* Using the module name is a good idea.)
*/
struct usb_serial_driver {
const char *description;
Expand Down

0 comments on commit 0b14c38

Please sign in to comment.