Signed-off-by: Simao Gomes Viana <devel@xxxxxxxxxxxxxxx> --- drivers/hid/hid-input.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c index ef077da7485d..c0a329fd8067 100644 --- a/drivers/hid/hid-input.c +++ b/drivers/hid/hid-input.c @@ -2016,7 +2016,8 @@ void hidinput_disconnect(struct hid_device *hid) /* led_work is spawned by input_dev callbacks, but doesn't access the * parent input_dev at all. Once all input devices are removed, we * know that led_work will never get restarted, so we can cancel it - * synchronously and are safe. */ + * synchronously and are safe. + */ cancel_work_sync(&hid->led_work); } EXPORT_SYMBOL_GPL(hidinput_disconnect); -- 2.27.0