LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: daniel watson <ozzloy@challenge-bot.com>
Cc: Lars-Peter Clausen <lars@metafoo.de>,
Michael Hennerich <Michael.Hennerich@analog.com>,
Jonathan Cameron <jic23@kernel.org>,
linux-iio@vger.kernel.org, linux-staging@lists.linux.dev,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] staging:iio:ade7854 surround complex defines in parentheses
Date: Sun, 15 Aug 2021 08:25:51 +0200 [thread overview]
Message-ID: <YRizb/FGfYpGbpJy@kroah.com> (raw)
In-Reply-To: <20210815023115.13016-1-ozzloy@challenge-bot.com>
On Sat, Aug 14, 2021 at 07:31:15PM -0700, daniel watson wrote:
> Error found by checkpatch.pl
What error?
>
> Signed-off-by: daniel watson <ozzloy@challenge-bot.com>
Capitalize your name?
> ---
> drivers/staging/iio/meter/ade7854.h | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/staging/iio/meter/ade7854.h b/drivers/staging/iio/meter/ade7854.h
> index a51e6e3183d38..afb13e21002e1 100644
> --- a/drivers/staging/iio/meter/ade7854.h
> +++ b/drivers/staging/iio/meter/ade7854.h
> @@ -139,9 +139,9 @@
> #define ADE7854_MAX_RX 7
> #define ADE7854_STARTUP_DELAY 1000
>
> -#define ADE7854_SPI_SLOW (u32)(300 * 1000)
> -#define ADE7854_SPI_BURST (u32)(1000 * 1000)
> -#define ADE7854_SPI_FAST (u32)(2000 * 1000)
> +#define ADE7854_SPI_SLOW ((u32)(300 * 1000))
> +#define ADE7854_SPI_BURST ((u32)(1000 * 1000))
> +#define ADE7854_SPI_FAST ((u32)(2000 * 1000))
This is not a real change that is needed, just look at the code to
verify that.
thanks,
greg k-h
next prev parent reply other threads:[~2021-08-15 6:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-15 2:31 daniel watson
2021-08-15 6:25 ` Greg Kroah-Hartman [this message]
2021-08-17 4:30 ` daniel watson
2021-08-17 6:12 ` Greg Kroah-Hartman
2021-08-17 8:50 ` Joe Perches
2021-08-17 8:24 ` Fabio M. De Francesco
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=YRizb/FGfYpGbpJy@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=Michael.Hennerich@analog.com \
--cc=jic23@kernel.org \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=ozzloy@challenge-bot.com \
--subject='Re: [PATCH] staging:iio:ade7854 surround complex defines in parentheses' \
/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
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).