diff options
author | Lee Jones <[email protected]> | 2021-03-26 14:34:40 +0000 |
---|---|---|
committer | Benjamin Tissoires <[email protected]> | 2021-04-07 17:56:33 +0200 |
commit | 73c26336b11add63b6e5e8403806ab5693da8a39 (patch) | |
tree | 79b94913a7f7fd7c41fd57d9a29404f605e49656 | |
parent | 15484948a3504c4f9f4b4db9b4f819a4b6a06aa9 (diff) |
HID: intel-ish-hid: Fix a little doc-rot
Fixes the following W=1 kernel build warning(s):
drivers/hid/intel-ish-hid/ishtp/client.c:121: warning: Function parameter or member 'cl_device' not described in 'ishtp_cl_allocate'
drivers/hid/intel-ish-hid/ishtp/client.c:121: warning: Excess function parameter 'dev' description in 'ishtp_cl_allocate'
Cc: Srinivas Pandruvada <[email protected]>
Cc: Jiri Kosina <[email protected]>
Cc: Benjamin Tissoires <[email protected]>
Cc: Lee Jones <[email protected]>
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Acked-by: Srinivas Pandruvada <[email protected]>
Signed-off-by: Benjamin Tissoires <[email protected]>
-rw-r--r-- | drivers/hid/intel-ish-hid/ishtp/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/intel-ish-hid/ishtp/client.c b/drivers/hid/intel-ish-hid/ishtp/client.c index c81a1f8a9268..585a5c4066cb 100644 --- a/drivers/hid/intel-ish-hid/ishtp/client.c +++ b/drivers/hid/intel-ish-hid/ishtp/client.c @@ -111,7 +111,7 @@ static void ishtp_cl_init(struct ishtp_cl *cl, struct ishtp_device *dev) /** * ishtp_cl_allocate() - allocates client structure and sets it up. - * @dev: ishtp device + * @cl_device: ishtp client device * * Allocate memory for new client device and call to initialize each field. * |