[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250417003246.84445-1-matchstick@neverthere.org>
Date: Thu, 17 Apr 2025 00:32:28 +0000
From: Michael Rubin <matchstick@...erthere.org>
To: gregkh@...uxfoundation.org,
dpenkler@...il.com,
dan.carpenter@...aro.org
Cc: linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org,
Michael Rubin <matchstick@...erthere.org>
Subject: [PATCH v3 00/18] staging: gpib: Removing typedef of gpib_interface_t
Using Linux code style for struct gpib_interface.
Adhering to Linux code style.
Reported by checkpatch.pl
In general, a pointer, or a struct that has elements that can reasonably be
directly accessed should never be a typedef.
* Patch 1: "struct gpib_interface"
Having the word "_struct" in the name of the struct doesn't add any
information so rename "struct gpib_interface_struct" to
"struct gpib_interface".
* Patch 2 - Patch 17: Replacing gpib_interface_t with "struct gpib_interface"
* Patch 18: Removing typedef for gpib_interface_t.
v3 fixes a build issue in v2 "staging: gpib: gpibP: struct gpib_interface"
Michael Rubin (18):
staging: gpib: struct typing for gpib_interface
staging: gpib: agilent_82350b: gpib_interface
staging: gpib: agilent_82357a: gpib_interface
staging: gpib: cb7210: struct gpib_interface
staging: gpib: cec: struct gpib_interface
staging: gpib: common: struct gpib_interface
staging: gpib: fluke: struct gpib_interface
staging: gpib: fmh: struct gpib_interface
staging: gpib: gpio: struct gpib_interface
staging: gpib: hp_82335: struct gpib_interface
staging: gpib: hp2341: struct gpib_interface
staging: gpib: gpibP: struct gpib_interface
staging: gpib: ines: struct gpib_interface
staging: gpib: lpvo_usb: struct gpib_interface
staging: gpib: ni_usb: struct gpib_interface
staging: gpib: pc2: struct gpib_interface
staging: gpib: tnt4882: struct gpib_interface
staging: gpib: Removing typedef gpib_interface_t
.../gpib/agilent_82350b/agilent_82350b.c | 4 ++--
.../gpib/agilent_82357a/agilent_82357a.c | 2 +-
drivers/staging/gpib/cb7210/cb7210.c | 18 +++++++-------
drivers/staging/gpib/cec/cec_gpib.c | 2 +-
drivers/staging/gpib/common/gpib_os.c | 4 ++--
drivers/staging/gpib/eastwood/fluke_gpib.c | 6 ++---
drivers/staging/gpib/fmh_gpib/fmh_gpib.c | 8 +++----
drivers/staging/gpib/gpio/gpib_bitbang.c | 2 +-
drivers/staging/gpib/hp_82335/hp82335.c | 2 +-
drivers/staging/gpib/hp_82341/hp_82341.c | 4 ++--
drivers/staging/gpib/include/gpibP.h | 4 ++--
drivers/staging/gpib/include/gpib_types.h | 9 ++++---
drivers/staging/gpib/ines/ines_gpib.c | 14 +++++------
.../gpib/lpvo_usb_gpib/lpvo_usb_gpib.c | 2 +-
drivers/staging/gpib/ni_usb/ni_usb_gpib.c | 2 +-
drivers/staging/gpib/pc2/pc2_gpib.c | 8 +++----
drivers/staging/gpib/tnt4882/tnt4882_gpib.c | 24 +++++++++----------
17 files changed, 57 insertions(+), 58 deletions(-)
--
2.43.0
Powered by blists - more mailing lists