Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8732d85a authored by Mattias Jacobsson's avatar Mattias Jacobsson Committed by Andy Shevchenko
Browse files

platform/x86: wmi: add missing struct parameter description



Add a description for the context parameter in the struct wmi_device_id.

Reported-by: default avatarkbuild test robot <lkp@intel.com>
Fixes: a48e2338 ("platform/x86: wmi: add context pointer field to struct wmi_device_id")
Signed-off-by: default avatarMattias Jacobsson <2pi@mok.nu>
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent edbfe83d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -814,6 +814,7 @@ struct tee_client_device_id {
/**
 * struct wmi_device_id - WMI device identifier
 * @guid_string: 36 char string of the form fa50ff2b-f2e8-45de-83fa-65417f2f49ba
 * @context: pointer to driver specific data
 */
struct wmi_device_id {
	const char guid_string[UUID_STRING_LEN+1];