summaryrefslogtreecommitdiff
path: root/drivers/hid
diff options
context:
space:
mode:
authorThomas Kuehne <thomas.kuehne@gmx.li>2024-04-13 15:20:51 +0300
committerJiri Kosina <jkosina@suse.com>2024-05-07 00:16:41 +0300
commit815234a4e7ebd3fdcdd25224bd92db63b77849b2 (patch)
tree614dcd744b5ed55838e86faa4e5280374ab3a9a9 /drivers/hid
parent5465d9f5c6df6c10ee7f9fe03c33a81554e6d0c1 (diff)
downloadlinux-815234a4e7ebd3fdcdd25224bd92db63b77849b2.tar.xz
HID: hid-debug: fix Moir -> Moire typo
This adds the letter "e" to fix hid_usage_table' HorizontalMoir and VerticalMoir entries. Signed-off-by: ThomasKuehne <2562574+ThomasKuehne@users.noreply.github.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
Diffstat (limited to 'drivers/hid')
-rw-r--r--drivers/hid/hid-debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hid/hid-debug.c b/drivers/hid/hid-debug.c
index add353a17853..a62e71a5ccef 100644
--- a/drivers/hid/hid-debug.c
+++ b/drivers/hid/hid-debug.c
@@ -2361,8 +2361,8 @@ static const struct hid_usage_entry hid_usage_table[] = {
{ 0x82, 0x0048, "TopCornerDistortionBalance" },
{ 0x82, 0x004a, "BottomCornerDistortionControl" },
{ 0x82, 0x004c, "BottomCornerDistortionBalance" },
- { 0x82, 0x0056, "HorizontalMoir" },
- { 0x82, 0x0058, "VerticalMoir" },
+ { 0x82, 0x0056, "HorizontalMoire" },
+ { 0x82, 0x0058, "VerticalMoire" },
{ 0x82, 0x005e, "InputLevelSelect" },
{ 0x82, 0x0060, "InputSourceSelect" },
{ 0x82, 0x006c, "RedVideoBlackLevel" },