diff options
author | Sharon Dvir <sharon.dvir1@mail.huji.ac.il> | 2015-01-22 12:15:25 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-03-06 23:03:27 +0100 |
commit | 637473cf006fe4cd85aed0fb69b6c917d868ada2 (patch) | |
tree | 480ee8b3cdd2625d4ed0adabe2915d8e1b1f30de | |
parent | edb0ec0725bb9797ded0deaf172a6795e43795c8 (diff) | |
download | linux-637473cf006fe4cd85aed0fb69b6c917d868ada2.tar.bz2 |
mod_devicetable: fix comment for match_flags
Signed-off-by: Sharon Dvir <sharon.dvir1@mail.huji.ac.il>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | include/linux/mod_devicetable.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 745def862580..470a240f66a1 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h @@ -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 |