diff options
author | Thomas Weißschuh <linux@weissschuh.net> | 2021-11-10 15:16:55 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2021-11-10 15:20:15 +0300 |
commit | 64355db3caf6468dc711995239efe0cbcd7d0091 (patch) | |
tree | a464c513c73cf9b8791ac6dce3f48be15dceffee /include/linux/mod_devicetable.h | |
parent | 7fb0413baa7f8a04caef0c504df9af7e0623d296 (diff) | |
download | linux-64355db3caf6468dc711995239efe0cbcd7d0091.tar.xz |
mod_devicetable: fix kdocs for ishtp_device_id
The kdocs were copied from another device_id struct and not adapted.
Fixes: fa443bc3c1e4 ("HID: intel-ish-hid: add support for MODULE_DEVICE_TABLE()")
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/mod_devicetable.h')
-rw-r--r-- | include/linux/mod_devicetable.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index befbf53c4b7c..c70abe7aaef2 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h @@ -901,8 +901,7 @@ struct dfl_device_id { /** * struct ishtp_device_id - ISHTP device identifier - * @guid_string: 36 char string of the form fa50ff2b-f2e8-45de-83fa-65417f2f49ba - * @context: pointer to driver specific data + * @guid: GUID of the device. */ struct ishtp_device_id { guid_t guid; |