aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mod_devicetable.h
diff options
context:
space:
mode:
authorMattias Jacobsson <2pi@mok.nu>2019-07-19 19:51:45 +0200
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>2019-07-25 20:12:38 +0300
commit8732d85a69a0411f16a4b78df8fdc7b09c50a849 (patch)
treeb94b043640e24f8573eab234c613b91cec0a443f /include/linux/mod_devicetable.h
parentplatform/x86: pcengines-apuv2: Fix softdep statement (diff)
downloadlinux-dev-8732d85a69a0411f16a4b78df8fdc7b09c50a849.tar.xz
linux-dev-8732d85a69a0411f16a4b78df8fdc7b09c50a849.zip
platform/x86: wmi: add missing struct parameter description
Add a description for the context parameter in the struct wmi_device_id. Reported-by: kbuild test robot <lkp@intel.com> Fixes: a48e23385fcf ("platform/x86: wmi: add context pointer field to struct wmi_device_id") Signed-off-by: Mattias Jacobsson <2pi@mok.nu> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'include/linux/mod_devicetable.h')
-rw-r--r--include/linux/mod_devicetable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h
index b2c1648f7e5d..5714fd35a83c 100644
--- a/include/linux/mod_devicetable.h
+++ b/include/linux/mod_devicetable.h
@@ -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];