]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
USB: Add missing word to comment in mod_devicetable.h
authorSharon Dvir <sharon.dvir1@mail.huji.ac.il>
Thu, 22 Jan 2015 10:15:25 +0000 (12:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Jan 2015 23:58:23 +0000 (15:58 -0800)
The documentation of match_flags in struct usb_device_id said:
'Bit mask controlling of the other fields are used to match against new devices.'
Changed to:
'Bit mask controlling which of the other fields are used to match against new devices.'
By adding the word 'which' and editing the next lines to not exceed 80 chars.

Signed-off-by: Sharon Dvir <sharon.dvir1@mail.huji.ac.il>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/mod_devicetable.h

index 745def862580726a26135621763ec0ce79b28cb3..470a240f66a12fd463dc3edc1896efc867751974 100644 (file)
@@ -53,9 +53,9 @@ struct ieee1394_device_id {
 
 /**
  * struct usb_device_id - identifies USB devices for probing and hotplugging
- * @match_flags: Bit mask controlling of the other fields are used to match
- *     against new devices.  Any field except for driver_info may be used,
- *     although some only make sense in conjunction with other fields.
+ * @match_flags: Bit mask controlling which of the other fields are used to
+ *     match against new devices. Any field except for driver_info may be
+ *     used, although some only make sense in conjunction with other fields.
  *     This is usually set by a USB_DEVICE_*() macro, which sets all
  *     other fields in this structure except for driver_info.
  * @idVendor: USB vendor ID for a device; numbers are assigned