HID: hid-pidff.h: Fix comment styling
authorTomasz Pakuła <tomasz.pakula.oficjalny@gmail.com>
Sat, 24 May 2025 17:47:16 +0000 (19:47 +0200)
committerJiri Kosina <jkosina@suse.com>
Tue, 10 Jun 2025 19:28:22 +0000 (21:28 +0200)
Fixes checkpatch.pl warnings

Signed-off-by: Tomasz Pakuła <tomasz.pakula.oficjalny@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/usbhid/hid-pidff.h

index dda571e0a5bd381e34b1246e36dbf5bc964e2e80..a53a8b436baa6fa1b022341a8cc8cccbb26af450 100644 (file)
@@ -9,8 +9,7 @@
 /* Delay field (0xA7) missing. Skip it during set effect report upload */
 #define HID_PIDFF_QUIRK_MISSING_DELAY          BIT(0)
 
-/* Missing Paramter block offset (0x23). Skip it during SET_CONDITION
-   report upload */
+/* Missing Paramter block offset (0x23). Skip it during SET_CONDITION upload */
 #define HID_PIDFF_QUIRK_MISSING_PBO            BIT(1)
 
 /* Initialise device control field even if logical_minimum != 1 */