[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1612775438-126031-1-git-send-email-yang.lee@linux.alibaba.com>
Date: Mon, 8 Feb 2021 17:10:38 +0800
From: Yang Li <yang.lee@...ux.alibaba.com>
To: herbert@...dor.apana.org.au
Cc: davem@...emloft.net, mpe@...erman.id.au, benh@...nel.crashing.org,
paulus@...ba.org, linux-crypto@...r.kernel.org,
linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org,
Yang Li <yang.lee@...ux.alibaba.com>
Subject: [PATCH] crypto: sha: remove unneeded semicolon
Eliminate the following coccicheck warning:
./arch/powerpc/crypto/sha1-spe-glue.c:110:2-3: Unneeded semicolon
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
---
arch/powerpc/crypto/sha1-spe-glue.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/crypto/sha1-spe-glue.c b/arch/powerpc/crypto/sha1-spe-glue.c
index b1e577c..88e8ea7 100644
--- a/arch/powerpc/crypto/sha1-spe-glue.c
+++ b/arch/powerpc/crypto/sha1-spe-glue.c
@@ -107,7 +107,7 @@ static int ppc_spe_sha1_update(struct shash_desc *desc, const u8 *data,
src += bytes;
len -= bytes;
- };
+ }
memcpy((char *)sctx->buffer, src, len);
return 0;
--
1.8.3.1
Powered by blists - more mailing lists