mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 06:33:34 +00:00
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>
This commit is contained in:
parent
edb0ec0725
commit
637473cf00
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user