From: Tomasz Pakuła Date: Sat, 24 May 2025 17:47:16 +0000 (+0200) Subject: HID: hid-pidff.h: Fix comment styling X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=18243efd7134ff461a4b1a795fbdef1d9b336b62;p=users%2Fjedix%2Flinux-maple.git HID: hid-pidff.h: Fix comment styling Fixes checkpatch.pl warnings Signed-off-by: Tomasz Pakuła Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/usbhid/hid-pidff.h b/drivers/hid/usbhid/hid-pidff.h index dda571e0a5bd3..a53a8b436baa6 100644 --- a/drivers/hid/usbhid/hid-pidff.h +++ b/drivers/hid/usbhid/hid-pidff.h @@ -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 */