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

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
......@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment