Skip to content

Commit 5f87e02

Browse files
Lee Jonesbentiss
authored andcommitted
HID: intel-ish-hid: ipc: Correct fw_reset_work_fn() function name in header
Fixes the following W=1 kernel build warning(s): drivers/hid/intel-ish-hid/ipc/ipc.c:553: warning: expecting prototype for ish_fw_reset_work_fn(). Prototype was for fw_reset_work_fn() instead Cc: Srinivas Pandruvada <[email protected]> Cc: Jiri Kosina <[email protected]> Cc: Benjamin Tissoires <[email protected]> Cc: Zhang Lixu <[email protected]> Cc: "Krzysztof Wilczyński" <[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 99c6f96 commit 5f87e02

File tree

1 file changed

+1
-1
lines changed
  • drivers/hid/intel-ish-hid/ipc

1 file changed

+1
-1
lines changed

drivers/hid/intel-ish-hid/ipc/ipc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ static int ish_fw_reset_handler(struct ishtp_device *dev)
544544
#define TIMEOUT_FOR_HW_RDY_MS 300
545545

546546
/**
547-
* ish_fw_reset_work_fn() - FW reset worker function
547+
* fw_reset_work_fn() - FW reset worker function
548548
* @unused: not used
549549
*
550550
* Call ish_fw_reset_handler to complete FW reset

0 commit comments

Comments
 (0)