Message ID | 20200616190044.126928-4-devel@superboring.dev (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Jiri Kosina |
Headers | show |
Series | [1/4] drivers: hid: lightly fix code style | expand |
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);
Signed-off-by: Simao Gomes Viana <devel@superboring.dev> --- drivers/hid/hid-input.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)