mirror of https://gitee.com/openkylin/linux.git
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 <srinivas.pandruvada@linux.intel.com> Cc: Jiri Kosina <jikos@kernel.org> Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com> Cc: Daniel Drubin <daniel.drubin@intel.com> Cc: linux-input@vger.kernel.org Signed-off-by: Lee Jones <lee.jones@linaro.org> Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
This commit is contained in:
parent
5f87e02791
commit
fb42b1da32
|
@ -23,7 +23,7 @@ static const guid_t hid_ishtp_guid =
|
|||
#define cl_data_to_dev(client_data) ishtp_device(client_data->cl_device)
|
||||
|
||||
/**
|
||||
* report_bad_packets() - Report bad packets
|
||||
* report_bad_packet() - Report bad packets
|
||||
* @hid_ishtp_cl: Client instance to get stats
|
||||
* @recv_buf: Raw received host interface message
|
||||
* @cur_pos: Current position index in payload
|
||||
|
|
Loading…
Reference in New Issue