From: Philipp Hortmann <philipp.g.hortmann@gmail.com>
To: Forest Bond <forest@alittletooquiet.net>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: [PATCH v3 0/7] staging: vt6655: Fix CamelCase in upc.h and started in mac.h
Date: Mon, 11 Apr 2022 22:49:14 +0200 [thread overview]
Message-ID: <cover.1649706687.git.philipp.g.hortmann@gmail.com> (raw)
Start fix CamelCase or do-while{0} issues in macros by
- replacing macros with command used in macros
as CamelCase or do-while{0} are not accepted by checkpatch.pl
---
V1 -> V2: Merged first two patches into one.
Patch 6/6: changed from (macro to function) to delete macro
Updated cover-letter description
V2 -> V3: Removed first two patches as they were accepted.
Replaced macros with command used in macros.
Replaced only one macro per patch
Updated cover-letter description
Tested with vt6655 on mini PCI Module
Transferred this patch over vt6655
Philipp Hortmann (7):
staging: vt6655: Replace VNSvInPortB with ioread8
staging: vt6655: Replace VNSvInPortW with ioread16
staging: vt6655: Replace VNSvInPortD with ioread32
staging: vt6655: Replace VNSvOutPortB with iowrite8
staging: vt6655: Replace VNSvOutPortW with iowrite16
staging: vt6655: Replace VNSvOutPortD with iowrite32
staging: vt6655: Remove macro PCAvDelayByIO
drivers/staging/vt6655/baseband.c | 16 +--
drivers/staging/vt6655/card.c | 73 ++++++--------
drivers/staging/vt6655/channel.c | 6 +-
drivers/staging/vt6655/device_main.c | 40 +++-----
drivers/staging/vt6655/mac.h | 139 ++++++++++++---------------
drivers/staging/vt6655/power.c | 4 +-
drivers/staging/vt6655/rf.c | 14 +--
drivers/staging/vt6655/rxtx.c | 4 +-
drivers/staging/vt6655/srom.c | 18 ++--
drivers/staging/vt6655/upc.h | 31 ------
10 files changed, 138 insertions(+), 207 deletions(-)
--
2.25.1
next reply other threads:[~2022-04-11 20:49 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-11 20:49 Philipp Hortmann [this message]
2022-04-11 20:49 ` [PATCH v3 1/7] staging: vt6655: Replace VNSvInPortB with ioread8 Philipp Hortmann
2022-04-12 13:44 ` Greg Kroah-Hartman
2022-04-11 20:49 ` [PATCH v3 2/7] staging: vt6655: Replace VNSvInPortW with ioread16 Philipp Hortmann
2022-04-11 20:49 ` [PATCH v3 3/7] staging: vt6655: Replace VNSvInPortD with ioread32 Philipp Hortmann
2022-04-11 20:49 ` [PATCH v3 4/7] staging: vt6655: Replace VNSvOutPortB with iowrite8 Philipp Hortmann
2022-04-12 6:37 ` Dan Carpenter
2022-04-12 6:45 ` Philipp Hortmann
2022-04-12 6:56 ` Dan Carpenter
2022-04-12 13:40 ` Greg Kroah-Hartman
2022-04-11 20:49 ` [PATCH v3 5/7] staging: vt6655: Replace VNSvOutPortW with iowrite16 Philipp Hortmann
2022-04-11 20:49 ` [PATCH v3 6/7] staging: vt6655: Replace VNSvOutPortD with iowrite32 Philipp Hortmann
2022-04-11 20:49 ` [PATCH v3 7/7] staging: vt6655: Remove macro PCAvDelayByIO Philipp Hortmann
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.1649706687.git.philipp.g.hortmann@gmail.com \
--to=philipp.g.hortmann@gmail.com \
--cc=forest@alittletooquiet.net \
--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