mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
crypto: powerpc/sha256 - remove unneeded semicolon
Eliminate the following coccicheck warning: ./arch/powerpc/crypto/sha256-spe-glue.c:132:2-3: Unneeded semicolon Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
@@ -129,7 +129,7 @@ static int ppc_spe_sha256_update(struct shash_desc *desc, const u8 *data,
|
|||||||
|
|
||||||
src += bytes;
|
src += bytes;
|
||||||
len -= bytes;
|
len -= bytes;
|
||||||
};
|
}
|
||||||
|
|
||||||
memcpy((char *)sctx->buf, src, len);
|
memcpy((char *)sctx->buf, src, len);
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user