[PATCH v1 0/2] Correct CamelCase drivers/staging/gpib

Michael Rubin posted 2 patches 9 months ago
.../gpib/agilent_82357a/agilent_82357a.c      | 18 ++++++------
drivers/staging/gpib/cb7210/cb7210.c          | 18 ++++++------
drivers/staging/gpib/common/iblib.c           |  8 ++---
drivers/staging/gpib/eastwood/fluke_gpib.c    | 18 ++++++------
drivers/staging/gpib/fmh_gpib/fmh_gpib.c      | 18 ++++++------
drivers/staging/gpib/gpio/gpib_bitbang.c      | 18 ++++++------
drivers/staging/gpib/hp_82341/hp_82341.c      |  2 +-
drivers/staging/gpib/ines/ines_gpib.c         | 18 ++++++------
.../gpib/lpvo_usb_gpib/lpvo_usb_gpib.c        | 18 ++++++------
drivers/staging/gpib/ni_usb/ni_usb_gpib.c     | 18 ++++++------
drivers/staging/gpib/tms9914/tms9914.c        | 18 ++++++------
drivers/staging/gpib/tnt4882/tnt4882_gpib.c   | 18 ++++++------
drivers/staging/gpib/uapi/gpib_user.h         | 29 ++++++-------------
13 files changed, 104 insertions(+), 115 deletions(-)
[PATCH v1 0/2] Correct CamelCase drivers/staging/gpib
Posted by Michael Rubin 9 months ago
staging: gpib: Correct CamelCase and remove duplicate entries for bus control
lines.

Adhere to Linux kernel coding style.

Reported by checkpatch

CHECK: Avoid CamelCase

* Patch 1: "staging: gpib: Correct CamelCase for BUS constants"
  * Removes duplicate entries and corrcts Bus with BUS

* Patch 2: "staging: gpib: Correct CamelCase for VALID enums"
  * Replaces Valid with VALID

[PATCH v1 01/02] staging: gpib: Correct CamelCase for BUS constants
[PATCH v1 02/02] staging: gpib: Correct CamelCase for VALID enums

Michael Rubin (2):
 .../gpib/agilent_82357a/agilent_82357a.c      | 18 ++++++------
 drivers/staging/gpib/cb7210/cb7210.c          | 18 ++++++------
 drivers/staging/gpib/common/iblib.c           |  8 ++---
 drivers/staging/gpib/eastwood/fluke_gpib.c    | 18 ++++++------
 drivers/staging/gpib/fmh_gpib/fmh_gpib.c      | 18 ++++++------
 drivers/staging/gpib/gpio/gpib_bitbang.c      | 18 ++++++------
 drivers/staging/gpib/hp_82341/hp_82341.c      |  2 +-
 drivers/staging/gpib/ines/ines_gpib.c         | 18 ++++++------
 .../gpib/lpvo_usb_gpib/lpvo_usb_gpib.c        | 18 ++++++------
 drivers/staging/gpib/ni_usb/ni_usb_gpib.c     | 18 ++++++------
 drivers/staging/gpib/tms9914/tms9914.c        | 18 ++++++------
 drivers/staging/gpib/tnt4882/tnt4882_gpib.c   | 18 ++++++------
 drivers/staging/gpib/uapi/gpib_user.h         | 29 ++++++-------------
 13 files changed, 104 insertions(+), 115 deletions(-)

-- 
2.43.0
Re: [PATCH v1 0/2] Correct CamelCase drivers/staging/gpib
Posted by Dave Penkler 9 months ago
On Wed, Mar 19, 2025 at 09:18:25PM +0000, Michael Rubin wrote:
> staging: gpib: Correct CamelCase and remove duplicate entries for bus control
> lines.
> 
> Adhere to Linux kernel coding style.
> 
> Reported by checkpatch
> 
> CHECK: Avoid CamelCase
> 
> * Patch 1: "staging: gpib: Correct CamelCase for BUS constants"
>   * Removes duplicate entries and corrcts Bus with BUS
> 
> * Patch 2: "staging: gpib: Correct CamelCase for VALID enums"
>   * Replaces Valid with VALID
> 
> [PATCH v1 01/02] staging: gpib: Correct CamelCase for BUS constants
> [PATCH v1 02/02] staging: gpib: Correct CamelCase for VALID enums
> 
> Michael Rubin (2):
>  .../gpib/agilent_82357a/agilent_82357a.c      | 18 ++++++------
>  drivers/staging/gpib/cb7210/cb7210.c          | 18 ++++++------
>  drivers/staging/gpib/common/iblib.c           |  8 ++---
>  drivers/staging/gpib/eastwood/fluke_gpib.c    | 18 ++++++------
>  drivers/staging/gpib/fmh_gpib/fmh_gpib.c      | 18 ++++++------
>  drivers/staging/gpib/gpio/gpib_bitbang.c      | 18 ++++++------
>  drivers/staging/gpib/hp_82341/hp_82341.c      |  2 +-
>  drivers/staging/gpib/ines/ines_gpib.c         | 18 ++++++------
>  .../gpib/lpvo_usb_gpib/lpvo_usb_gpib.c        | 18 ++++++------
>  drivers/staging/gpib/ni_usb/ni_usb_gpib.c     | 18 ++++++------
>  drivers/staging/gpib/tms9914/tms9914.c        | 18 ++++++------
>  drivers/staging/gpib/tnt4882/tnt4882_gpib.c   | 18 ++++++------
>  drivers/staging/gpib/uapi/gpib_user.h         | 29 ++++++-------------
>  13 files changed, 104 insertions(+), 115 deletions(-)
> 
> -- 
> 2.43.0
> 
I will be releasing a new user part and will make a compat include there.
Acked-By: Dave Penkler <dpenkler@gmail.com>