Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Thomas Weißschuh and committed by
Jiri Kosina
64355db3 7fb0413b

+1 -2
+1 -2
include/linux/mod_devicetable.h
··· 901 901 902 902 /** 903 903 * struct ishtp_device_id - ISHTP device identifier 904 - * @guid_string: 36 char string of the form fa50ff2b-f2e8-45de-83fa-65417f2f49ba 905 - * @context: pointer to driver specific data 904 + * @guid: GUID of the device. 906 905 */ 907 906 struct ishtp_device_id { 908 907 guid_t guid;