From: Antoine Tenart <atenart@kernel.org>
To: Aleksander Jan Bajkowski <olek2@wp.pl>
Cc: atenart@kernel.org, herbert@gondor.apana.org.au,
davem@davemloft.net, linux-crypto@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] crypto: safexcel - Remove repeated plus
Date: Tue, 5 May 2026 09:37:29 +0200 [thread overview]
Message-ID: <afmeHAyypqb8qIyF@kwain> (raw)
In-Reply-To: <20260504173250.751589-1-olek2@wp.pl>
On Mon, May 04, 2026 at 07:32:47PM +0200, Aleksander Jan Bajkowski wrote:
> Remove repeated "+".
>
> Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Reviewed-by: Antoine Tenart <atenart@kernel.org>
Thanks!
> ---
> drivers/crypto/inside-secure/safexcel.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/crypto/inside-secure/safexcel.c b/drivers/crypto/inside-secure/safexcel.c
> index fb4936e7afa2..812ebabd1309 100644
> --- a/drivers/crypto/inside-secure/safexcel.c
> +++ b/drivers/crypto/inside-secure/safexcel.c
> @@ -1475,7 +1475,7 @@ static int safexcel_probe_generic(void *pdev,
> peid = version & 255;
>
> /* Detect EIP206 processing pipe */
> - version = readl(EIP197_PE(priv) + + EIP197_PE_VERSION(0));
> + version = readl(EIP197_PE(priv) + EIP197_PE_VERSION(0));
> if (EIP197_REG_LO16(version) != EIP206_VERSION_LE) {
> dev_err(priv->dev, "EIP%d: EIP206 not detected\n", peid);
> return -ENODEV;
> --
> 2.53.0
>
prev parent reply other threads:[~2026-05-05 7:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-04 17:32 [PATCH] crypto: safexcel - Remove repeated plus Aleksander Jan Bajkowski
2026-05-05 7:37 ` Antoine Tenart [this message]
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=afmeHAyypqb8qIyF@kwain \
--to=atenart@kernel.org \
--cc=davem@davemloft.net \
--cc=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=olek2@wp.pl \
/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