[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1675753094.git.gurumeharrachaputi@gmail.com>
Date: Tue, 7 Feb 2023 09:40:37 +0100
From: Guru Mehar Rachaputi <gurumeharrachaputi@...il.com>
To: Forest Bond <forest@...ttletooquiet.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/4] staging: vt6655: Macro with braces issue changed to
inline function
This patch is to fix checkpatch warning: "Macro argument 'iobase' may be better
as '(iobase)' to avoid precedence issues" changed to inline function. In
relation to this, names of the callers of macro are also modified to call
this function.
Changes in v4:
- Modified commit message to be clear
Changes in v3:
1. Whitespace error from checkpatch fixed
2. Should be applied together with changes in v2 for testing
Changes in v2:
- Macros with one statement that is to call 'iowrite8' function changed
to inline function as reviewed by gregkh@...uxfoundation.org.
In relation to this, names of the callers of macro are also modified
to call this function.
Guru Mehar Rachaputi (4):
staging: vt6655: Add braces to macro parameter 'iobase'
staging: vt6655: Macro with braces issue change to inline function
staging: vt6655: Macro with braces issue change to inline function
staging: vt6655: Macro with braces issue changed to inline function
drivers/staging/vt6655/card.c | 4 ++--
drivers/staging/vt6655/channel.c | 4 ++--
drivers/staging/vt6655/device_main.c | 12 ++++++------
drivers/staging/vt6655/mac.c | 8 ++++----
drivers/staging/vt6655/mac.h | 12 +++++++++---
5 files changed, 23 insertions(+), 17 deletions(-)
--
2.34.1
--
Thanks & Regards,
Guru
View attachment "0001-staging-vt6655-Add-braces-to-macro-parameter-iobase.patch" of type "text/x-diff" (1501 bytes)
View attachment "0002-staging-vt6655-Macro-with-braces-issue-change-to-inl.patch" of type "text/x-diff" (6580 bytes)
View attachment "0003-staging-vt6655-Macro-with-braces-issue-change-to-inl.patch" of type "text/x-diff" (2943 bytes)
View attachment "0004-staging-vt6655-Macro-with-braces-issue-changed-to-in.patch" of type "text/x-diff" (1 bytes)
Powered by blists - more mailing lists