public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 00/16] staging: gpib: fixes multiline comments style
@ 2025-04-12  6:21 Paul Retourné
  2025-04-12  6:21 ` [PATCH 01/16] staging: gpib: agilent_82357a: " Paul Retourné
                   ` (16 more replies)
  0 siblings, 17 replies; 19+ messages in thread
From: Paul Retourné @ 2025-04-12  6:21 UTC (permalink / raw)
  To: gregkh, dpenkler, dan.carpenter
  Cc: Paul Retourné, linux-staging, linux-kernel

Fixes the style of multiline comments to comply with the linux kernel
coding style as requested in the gpib TODO file.

Paul Retourné (16):
  staging: gpib: agilent_82357a: fixes multiline comments style
  staging: gpib: cb7210: fixes multiline comments style
  staging: gpib: common: fixes multiline comments style
  staging: gpib: eastwood: fixes multiline comments style
  staging: gpib: fmh_gpib: fixes multiline comments style
  staging: gpib: gpio: fixes multiline comments style
  staging: gpib: hp_82335: fixes multiline comments style
  staging: gpib: hp_82341: fixes multiline comments style
  staging: gpib: include: fixes multiline comments style
  staging: gpib: ines: fixes multiline comments style
  staging: gpib: lpvo_usb_gpib: fixes multiline comments style
  staging: gpib: nec7210: fixes multiline comments style
  staging: gpib: ni_usb: fixes multiline comments style
  staging: gpib: pc2: fixes multiline comments style
  staging: gpib: tms9914: fixes multiline comments style
  staging: gpib: tnt4882: fixes multiline comments style

 .../gpib/agilent_82357a/agilent_82357a.c      |  14 +-
 drivers/staging/gpib/cb7210/cb7210.c          |   9 +-
 drivers/staging/gpib/cb7210/cb7210.h          |  14 +-
 drivers/staging/gpib/common/gpib_os.c         |  47 ++++---
 drivers/staging/gpib/common/iblib.c           |  19 ++-
 drivers/staging/gpib/eastwood/fluke_gpib.c    |  51 +++++---
 drivers/staging/gpib/eastwood/fluke_gpib.h    |  17 ++-
 drivers/staging/gpib/fmh_gpib/fmh_gpib.c      |  66 ++++++----
 drivers/staging/gpib/gpio/gpib_bitbang.c      |   6 +-
 drivers/staging/gpib/hp_82335/hp82335.c       |   5 +-
 drivers/staging/gpib/hp_82341/hp_82341.c      |  11 +-
 drivers/staging/gpib/include/gpib_types.h     |  81 ++++++++----
 .../staging/gpib/include/nec7210_registers.h  |   3 +-
 drivers/staging/gpib/include/tms9914.h        |   6 +-
 drivers/staging/gpib/ines/ines_gpib.c         |  86 ++++++------
 .../gpib/lpvo_usb_gpib/lpvo_usb_gpib.c        | 123 +++++++++---------
 drivers/staging/gpib/nec7210/nec7210.c        |  23 ++--
 drivers/staging/gpib/ni_usb/ni_usb_gpib.c     |  40 ++++--
 drivers/staging/gpib/ni_usb/ni_usb_gpib.h     |  32 +++--
 drivers/staging/gpib/pc2/pc2_gpib.c           |   5 +-
 drivers/staging/gpib/tms9914/tms9914.c        |   9 +-
 drivers/staging/gpib/tnt4882/tnt4882_gpib.c   |  32 +++--
 22 files changed, 421 insertions(+), 278 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-04-15 21:38 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-12  6:21 [PATCH 00/16] staging: gpib: fixes multiline comments style Paul Retourné
2025-04-12  6:21 ` [PATCH 01/16] staging: gpib: agilent_82357a: " Paul Retourné
2025-04-12  6:21 ` [PATCH 02/16] staging: gpib: cb7210: " Paul Retourné
2025-04-12  6:21 ` [PATCH 03/16] staging: gpib: common: " Paul Retourné
2025-04-12  6:21 ` [PATCH 04/16] staging: gpib: eastwood: " Paul Retourné
2025-04-12  6:31 ` [PATCH 05/16] staging: gpib: fmh_gpib: " Paul Retourné
2025-04-12  6:34 ` [PATCH 06/16] staging: gpib: gpio: " Paul Retourné
2025-04-12  6:37 ` [PATCH 07/16] staging: gpib: hp_82335: " Paul Retourné
2025-04-12  6:42 ` [PATCH 08/16] staging: gpib: hp_82341: " Paul Retourné
2025-04-12  6:45 ` [PATCH 09/16] staging: gpib: include: " Paul Retourné
2025-04-12  6:47 ` [PATCH 10/16] staging: gpib: ines: " Paul Retourné
2025-04-12  6:48 ` [PATCH 11/16] staging: gpib: lpvo_usb_gpib: " Paul Retourné
2025-04-12  6:49 ` [PATCH 12/16] staging: gpib: nec7210: " Paul Retourné
2025-04-12  7:07 ` [PATCH 13/16] staging: gpib: ni_usb: " Paul Retourné
2025-04-12  7:48 ` [PATCH 14/16] staging: gpib: pc2: " Paul Retourné
2025-04-12 18:09 ` [PATCH 15/16] staging: gpib: tms9914: " Paul Retourné
2025-04-12 18:10 ` [PATCH 16/16] staging: gpib: tnt4882: " Paul Retourné
2025-04-15 14:50 ` [PATCH 00/16] staging: gpib: " Greg KH
2025-04-15 21:38   ` Paul Retourne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox