Skip to content

Commit fb42b1d

Browse files
Lee Jonesbentiss
authored andcommitted
HID: ishtp-hid-client: Fix incorrect function name report_bad_packet()
Fixes the following W=1 kernel build warning(s): drivers/hid/intel-ish-hid/ishtp-hid-client.c:36: warning: expecting prototype for report_bad_packets(). Prototype was for report_bad_packet() instead Cc: Srinivas Pandruvada <[email protected]> Cc: Jiri Kosina <[email protected]> Cc: Benjamin Tissoires <[email protected]> Cc: Daniel Drubin <[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]>
1 parent 5f87e02 commit fb42b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/intel-ish-hid/ishtp-hid-client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ static const guid_t hid_ishtp_guid =
2323
#define cl_data_to_dev(client_data) ishtp_device(client_data->cl_device)
2424

2525
/**
26-
* report_bad_packets() - Report bad packets
26+
* report_bad_packet() - Report bad packets
2727
* @hid_ishtp_cl: Client instance to get stats
2828
* @recv_buf: Raw received host interface message
2929
* @cur_pos: Current position index in payload

0 commit comments

Comments
 (0)