linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/11] HID: pidff: checkpatch fixes
@ 2025-05-24 17:47 Tomasz Pakuła
  2025-05-24 17:47 ` [PATCH v2 01/11] HID: universal-pidff: Fix missing blank lines Tomasz Pakuła
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Tomasz Pakuła @ 2025-05-24 17:47 UTC (permalink / raw)
  To: jikos, bentiss; +Cc: oleg, linux-input, linux-usb

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(-)

-- 
2.49.0


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-06-19 16:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-24 17:47 [PATCH v2 00/11] HID: pidff: checkpatch fixes Tomasz Pakuła
2025-05-24 17:47 ` [PATCH v2 01/11] HID: universal-pidff: Fix missing blank lines Tomasz Pakuła
2025-05-24 17:47 ` [PATCH v2 02/11] HID: hid-ids.h: Fix LITE_STAR_GT987 device id define Tomasz Pakuła
2025-05-24 17:47 ` [PATCH v2 03/11] HID: hid-pidff.h: Fix comment styling Tomasz Pakuła
2025-05-24 17:47 ` [PATCH v2 04/11] HID: pidff: Fix missing blank lines after declarations Tomasz Pakuła
2025-05-24 17:47 ` [PATCH v2 05/11] HID: pidff: Remove unneeded debug from pidff_clamp() Tomasz Pakuła
2025-05-24 17:47 ` [PATCH v2 06/11] HID: pidff: Rework pidff_set_time() to fix warnings Tomasz Pakuła
2025-05-24 17:47 ` [PATCH v2 07/11] HID: pidff: Use __func__ in debugs Tomasz Pakuła
2025-05-24 17:47 ` [PATCH v2 08/11] HID: pidff: Remove unneeded else in pidff_find_special_field() Tomasz Pakuła
2025-05-24 17:47 ` [PATCH v2 09/11] HID: pidff: Move trailing statements in pidff_rescale_signed() Tomasz Pakuła
2025-05-24 17:47 ` [PATCH v2 10/11] HID: pidff: Add missing spaces Tomasz Pakuła
2025-05-24 17:47 ` [PATCH v2 11/11] HID: pidff: Move else if statements to follow closing braces Tomasz Pakuła
2025-06-10 19:29 ` [PATCH v2 00/11] HID: pidff: checkpatch fixes Jiri Kosina
2025-06-19 16:22   ` tomasz.pakula.oficjalny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).