]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
HID: logitech-dj: Standardise hid_report_enum variable nomenclature
authorLee Jones <lee@kernel.org>
Tue, 24 Mar 2026 14:36:43 +0000 (14:36 +0000)
committerJiri Kosina <jkosina@suse.com>
Thu, 9 Apr 2026 15:35:52 +0000 (17:35 +0200)
commita940aee176437046598dfc786b719bd96db3c74c
treea4b89583be4d8c378e79bdeaa6ecfd351ec8e48f
parente606d8329be1e19b7eb3e0c6c72a73cbbb25ae3d
HID: logitech-dj: Standardise hid_report_enum variable nomenclature

Since we will need to differentiate between the two report_enum types
soon, let's unify the naming conventions now to save confusion and/or
unnecessary/unrelated changes in upcoming commits.

{input,output}_report_enum is used in other places to let's conform.

Signed-off-by: Lee Jones <lee@kernel.org>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-logitech-dj.c