mbox series

[v2,00/11] HID: pidff: checkpatch fixes

Message ID 20250524174724.1379440-1-tomasz.pakula.oficjalny@gmail.com
Headers show
Series HID: pidff: checkpatch fixes | expand

Message

Tomasz Pakuła May 24, 2025, 5:47 p.m. UTC
Fixes warning and errors from checkpatch script.
Also fixes the define name for LITE_STAR_GT987

Would be great if this could still somehow make it into 6.15

Changes in v2:
- Split fixes into multiple, smaller commits

Tomasz Pakuła (11):
  HID: universal-pidff: Fix missing blank lines
  HID: hid-ids.h: Fix LITE_STAR_GT987 device id define
  HID: hid-pidff.h: Fix comment styling
  HID: pidff: Fix missing blank lines after declarations
  HID: pidff: Remove unneeded debug from pidff_clamp()
  HID: pidff: Rework pidff_set_time() to fix warnings
  HID: pidff: Use __func__ in debugs
  HID: pidff: Remove unneeded else in pidff_find_special_field()
  HID: pidff: Move trailing statements in pidff_rescale_signed()
  HID: pidff: Add missing spaces
  HID: pidff: Move else if statements to follow closing braces

 drivers/hid/hid-ids.h             |  2 +-
 drivers/hid/hid-universal-pidff.c |  5 ++--
 drivers/hid/usbhid/hid-pidff.c    | 46 +++++++++++++++----------------
 drivers/hid/usbhid/hid-pidff.h    |  3 +-
 4 files changed, 28 insertions(+), 28 deletions(-)