]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
HID: asus: fix code style of comments and brackets
authorDenis Benato <denis.benato@linux.dev>
Sat, 28 Feb 2026 19:10:04 +0000 (20:10 +0100)
committerJiri Kosina <jkosina@suse.com>
Tue, 10 Mar 2026 17:01:19 +0000 (18:01 +0100)
commita593671545475dd78c7ba939155efb6c272b161e
treeb34117947edfccc45c763510779d02c239ba04fe
parent7b2f88cc9dd4c2b9f3d6f5377b45ed9c90fd2fe9
HID: asus: fix code style of comments and brackets

In asus_raw_event there is code that would violate checkpatch script
such as unaligned closing comments and superfluous graph parenthesis:
fix these stylistic issues.

Also remove an empty comment spanning two lines.

This commit does not change runtime behavior.

Signed-off-by: Denis Benato <denis.benato@linux.dev>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-asus.c