[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250408222040.186881-1-matchstick@neverthere.org>
Date: Tue, 8 Apr 2025 22:20:26 +0000
From: Michael Rubin <matchstick@...erthere.org>
To: gregkh@...uxfoundation.org,
dpenkler@...il.com,
linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org
Cc: Michael Rubin <matchstick@...erthere.org>
Subject: [PATCH v1 00/14] staging: gpib: Adhering to Linux Code standards
These patches are cleaning up the gpib driver to adhere to Linux code style.
Cleanups include:
* Incorrect CamelCase
* Lines exceeding 100 columns
* Improper SPDX comment
* Fixing an open parenthesis alignment
* Patch 1 & Patch 2:
* Fixing Camel Case for Constants
* Patch 3:
* Aligning an open parens
* Patch 4 - Patch 9:
* Fixing lines that exceed 100 columns
* Patch 10 - 11:
* Fixing Camel Case for constants and having duplicate constants resolved.
* Patch 12:
* Fixing Camel Case for constants.
* Patch 13 - Patch 14:
* Fix Improper SPDX Comment
Patch
Michael Rubin (14):
staging: gpib: Correct CamelCase for EVENT enums
staging: gpib: Correct CamelCase for PPConfig
staging: gbip: Alignment should match open parens
staging: gpib: common: lines exceeded 100 columns
staging: gpib: nec: lines exceeded 100 columns
staging: gpib: tms9914: lines exceeded 100 columns
staging: gpib: ines: lines exceeded 100 columns
staging: gpib: pc2: lines exceeded 100 columns
staging: gpib: tnt4882: lines exceeded 100 columns
staging: gpib: uapi: Fix CamelCase and IBA Dup
staging: gpib: uapi: Fix CamelCase and IBC Dup
staging: gpib: uapi: Fix CamelCase and IB_STB
staging: gpib: nec: Fix Improper SPDX comment.
staging: gpib: tms9914: Fix Improper SPDX comment.
.../gpib/agilent_82357a/agilent_82357a.c | 2 +-
drivers/staging/gpib/common/gpib_os.c | 22 +--
drivers/staging/gpib/eastwood/fluke_gpib.c | 2 +-
drivers/staging/gpib/fmh_gpib/fmh_gpib.c | 2 +-
drivers/staging/gpib/include/nec7210.h | 5 +-
drivers/staging/gpib/include/tms9914.h | 5 +-
drivers/staging/gpib/ines/ines.h | 3 +-
drivers/staging/gpib/ines/ines_gpib.c | 2 +-
drivers/staging/gpib/nec7210/nec7210.c | 4 +-
drivers/staging/gpib/pc2/pc2_gpib.c | 3 +-
drivers/staging/gpib/tms9914/tms9914.c | 29 ++--
drivers/staging/gpib/tnt4882/tnt4882_gpib.c | 6 +-
drivers/staging/gpib/uapi/gpib_user.h | 146 +++++++++---------
13 files changed, 121 insertions(+), 110 deletions(-)
--
2.43.0
Powered by blists - more mailing lists