diff options
author | Jeff Johnson <[email protected]> | 2024-05-25 08:17:41 -0700 |
---|---|---|
committer | Jiri Kosina <[email protected]> | 2024-06-04 10:19:28 +0200 |
commit | 9ee76cd60025b61f12d8a0a21861c763c2b7674e (patch) | |
tree | 75048aaa5f46b8d47c3aa68e78d4d51087c56b58 | |
parent | 70ec81c2e2b4005465ad0d042e90b36087c36104 (diff) |
HID: intel-ish-hid: fix ishtp_wait_resume() kernel-doc
Fix the 'make W=1' kernel-doc warning:
drivers/hid/intel-ish-hid/ishtp/bus.c:853: warning: Function parameter or struct member 'dev' not described in 'ishtp_wait_resume'
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Jeff Johnson <[email protected]>
Acked-by: Srinivas Pandruvada <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
-rw-r--r-- | drivers/hid/intel-ish-hid/ishtp/bus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/intel-ish-hid/ishtp/bus.c b/drivers/hid/intel-ish-hid/ishtp/bus.c index 03d5601ce807..f3042c4b8710 100644 --- a/drivers/hid/intel-ish-hid/ishtp/bus.c +++ b/drivers/hid/intel-ish-hid/ishtp/bus.c @@ -844,6 +844,7 @@ EXPORT_SYMBOL(ishtp_device); /** * ishtp_wait_resume() - Wait for IPC resume + * @dev: ishtp device * * Wait for IPC resume * |