Skip to content

Commit 0b14c38

Browse files
glevandgregkh
authored andcommitted
USB: Fix spelling in usb/serial.h
Fixes a minor typo in the comments for usb_set_serial_data. Signed-off-by: Geoff Levand <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 81ab5b8 commit 0b14c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/usb/serial.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ static inline void usb_set_serial_data(struct usb_serial *serial, void *data)
192192
* The driver.owner field should be set to the module owner of this driver.
193193
* The driver.name field should be set to the name of this driver (remember
194194
* it will show up in sysfs, so it needs to be short and to the point.
195-
* Useing the module name is a good idea.)
195+
* Using the module name is a good idea.)
196196
*/
197197
struct usb_serial_driver {
198198
const char *description;

0 commit comments

Comments
 (0)