From: "Paul Retourné" <paul.retourne@orange.fr>
To: gregkh@linuxfoundation.org, dpenkler@gmail.com, dan.carpenter@linaro.org
Cc: "Paul Retourné" <paul.retourne@orange.fr>,
linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: [PATCH 00/16] staging: gpib: fixes multiline comments style
Date: Fri, 11 Apr 2025 23:21:52 -0700 [thread overview]
Message-ID: <cover.1744438358.git.paul.retourne@orange.fr> (raw)
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
next reply other threads:[~2025-04-12 6:25 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-12 6:21 Paul Retourné [this message]
2025-04-12 6:21 ` [PATCH 01/16] staging: gpib: agilent_82357a: fixes multiline comments style 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1744438358.git.paul.retourne@orange.fr \
--to=paul.retourne@orange.fr \
--cc=dan.carpenter@linaro.org \
--cc=dpenkler@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox