diff options
Diffstat (limited to 'include/linux/mod_devicetable.h')
| -rw-r--r-- | include/linux/mod_devicetable.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 745def862580..2e75ab00dbf2 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h | |||
| @@ -53,9 +53,9 @@ struct ieee1394_device_id { | |||
| 53 | 53 | ||
| 54 | /** | 54 | /** |
| 55 | * struct usb_device_id - identifies USB devices for probing and hotplugging | 55 | * struct usb_device_id - identifies USB devices for probing and hotplugging |
| 56 | * @match_flags: Bit mask controlling of the other fields are used to match | 56 | * @match_flags: Bit mask controlling which of the other fields are used to |
| 57 | * against new devices. Any field except for driver_info may be used, | 57 | * match against new devices. Any field except for driver_info may be |
| 58 | * although some only make sense in conjunction with other fields. | 58 | * used, although some only make sense in conjunction with other fields. |
| 59 | * This is usually set by a USB_DEVICE_*() macro, which sets all | 59 | * This is usually set by a USB_DEVICE_*() macro, which sets all |
| 60 | * other fields in this structure except for driver_info. | 60 | * other fields in this structure except for driver_info. |
| 61 | * @idVendor: USB vendor ID for a device; numbers are assigned | 61 | * @idVendor: USB vendor ID for a device; numbers are assigned |
| @@ -220,8 +220,7 @@ struct serio_device_id { | |||
| 220 | /* | 220 | /* |
| 221 | * Struct used for matching a device | 221 | * Struct used for matching a device |
| 222 | */ | 222 | */ |
| 223 | struct of_device_id | 223 | struct of_device_id { |
| 224 | { | ||
| 225 | char name[32]; | 224 | char name[32]; |
| 226 | char type[32]; | 225 | char type[32]; |
| 227 | char compatible[128]; | 226 | char compatible[128]; |
