All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crypto: ux500: cryp: Remove duplicate argument
@ 2021-04-14 11:38 Wan Jiabing
  2021-04-22  7:46 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Wan Jiabing @ 2021-04-14 11:38 UTC (permalink / raw)
  To: Herbert Xu, David S. Miller, Wan Jiabing, linux-crypto, linux-kernel
  Cc: kael_w

Fix the following coccicheck warning:

./drivers/crypto/ux500/cryp/cryp_p.h:84:6-27:duplicated argument to |

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
---
 drivers/crypto/ux500/cryp/cryp_p.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/crypto/ux500/cryp/cryp_p.h b/drivers/crypto/ux500/cryp/cryp_p.h
index 0df84eaa8531..cbbca0020eb1 100644
--- a/drivers/crypto/ux500/cryp/cryp_p.h
+++ b/drivers/crypto/ux500/cryp/cryp_p.h
@@ -81,7 +81,6 @@
 					 CRYP_CR_PRLG_MASK |\
 					 CRYP_CR_ALGODIR_MASK |\
 					 CRYP_CR_ALGOMODE_MASK |\
-					 CRYP_CR_DATATYPE_MASK |\
 					 CRYP_CR_KEYSIZE_MASK |\
 					 CRYP_CR_KEYRDEN_MASK |\
 					 CRYP_CR_DATATYPE_MASK)
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] crypto: ux500: cryp: Remove duplicate argument
  2021-04-14 11:38 [PATCH] crypto: ux500: cryp: Remove duplicate argument Wan Jiabing
@ 2021-04-22  7:46 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2021-04-22  7:46 UTC (permalink / raw)
  To: Wan Jiabing; +Cc: David S. Miller, linux-crypto, linux-kernel, kael_w

On Wed, Apr 14, 2021 at 07:38:59PM +0800, Wan Jiabing wrote:
> Fix the following coccicheck warning:
> 
> ./drivers/crypto/ux500/cryp/cryp_p.h:84:6-27:duplicated argument to |
> 
> Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
> ---
>  drivers/crypto/ux500/cryp/cryp_p.h | 1 -
>  1 file changed, 1 deletion(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-22  7:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-14 11:38 [PATCH] crypto: ux500: cryp: Remove duplicate argument Wan Jiabing
2021-04-22  7:46 ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.