From: Thomas Weißschuh Date: Wed, 10 Nov 2021 12:16:55 +0000 (+0100) Subject: mod_devicetable: fix kdocs for ishtp_device_id X-Git-Tag: v6.1-rc5~2290^2~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64355db3caf6468dc711995239efe0cbcd7d0091;p=platform%2Fkernel%2Flinux-starfive.git 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 Reported-by: Stephen Rothwell Signed-off-by: Jiri Kosina --- diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index befbf53..c70abe7 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;