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 v2 0/2] staging: vt6655: Convert multiline macro to static function
Date: Thu, 28 Jul 2022 07:59:18 +0200 [thread overview]
Message-ID: <cover.1658986804.git.philipp.g.hortmann@gmail.com> (raw)
Convert multiline macro to static function.
Multiline macros are not liked by kernel community.
Tested with vt6655 on mini PCI Module
Transferred this patch over wlan connection of vt6655
V1 -> V2: Combined patch "Rename byOrgValue to reg_value in a macro" with
patch "Convert macro vt6655_mac_clear_stck_ds to function"
Improved to early line breaks in patch descriptions
Removed function declaration of vt6655_mac_clear_stck_ds
Changed variable declaration in vt6655_mac_clear_stck_ds
Philipp Hortmann (2):
staging: vt6655: Rename MACvClearStckDS
staging: vt6655: Convert macro vt6655_mac_clear_stck_ds to function
drivers/staging/vt6655/mac.c | 11 ++++++++++-
drivers/staging/vt6655/mac.h | 8 --------
2 files changed, 10 insertions(+), 9 deletions(-)
--
2.37.1
next reply other threads:[~2022-07-28 5:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-28 5:59 Philipp Hortmann [this message]
2022-07-28 5:59 ` [PATCH v2 1/2] staging: vt6655: Rename MACvClearStckDS Philipp Hortmann
2022-07-28 5:59 ` [PATCH v2 2/2] staging: vt6655: Convert macro vt6655_mac_clear_stck_ds to function 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.1658986804.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;
as well as URLs for NNTP newsgroup(s).