diff mbox series

[v2,4/5] HID: pidff: Fix 90 degrees direction name North -> East

Message ID 20250225223004.415965-5-tomasz.pakula.oficjalny@gmail.com (mailing list archive)
State New
Headers show
Series hid-pidff fixes and PID compliance improvement | expand

Commit Message

Tomasz PakuĊ‚a Feb. 25, 2025, 10:30 p.m. UTC
---
 drivers/hid/usbhid/hid-pidff.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/hid/usbhid/hid-pidff.c b/drivers/hid/usbhid/hid-pidff.c
index a614438e43bd..6eb7934c8f53 100644
--- a/drivers/hid/usbhid/hid-pidff.c
+++ b/drivers/hid/usbhid/hid-pidff.c
@@ -145,7 +145,7 @@  static const u8 pidff_block_load_status[] = { 0x8c, 0x8d, 0x8e};
 #define PID_EFFECT_STOP		1
 static const u8 pidff_effect_operation_status[] = { 0x79, 0x7b };
 
-/* Polar direction 90 degrees (North) */
+/* Polar direction 90 degrees (East) */
 #define PIDFF_FIXED_WHEEL_DIRECTION	0x4000
 
 struct pidff_usage {