public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] crypto: caam - Fix kerneldoc
@ 2020-09-02 15:05 Krzysztof Kozlowski
  2020-09-02 15:05 ` [PATCH 2/4] crypto: caam - Simplify with dev_err_probe() Krzysztof Kozlowski
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2020-09-02 15:05 UTC (permalink / raw)
  To: Corentin Labbe, Herbert Xu, David S. Miller, Maxime Ripard,
	Chen-Yu Tsai, Horia Geantă, Aymen Sghaier, Maxime Coquelin,
	Alexandre Torgue, Chen Zhou, linux-crypto, linux-arm-kernel,
	linux-kernel, linux-stm32
  Cc: Krzysztof Kozlowski

Fix kerneldoc warnings:

  drivers/crypto/caam/caamalg_qi2.c:73: warning: cannot understand function prototype: 'struct caam_ctx '
  drivers/crypto/caam/caamalg_qi2.c:2962: warning: cannot understand function prototype: 'struct caam_hash_ctx '

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 drivers/crypto/caam/caamalg_qi2.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/crypto/caam/caamalg_qi2.c b/drivers/crypto/caam/caamalg_qi2.c
index 66ae1d581168..0441e4ff2df2 100644
--- a/drivers/crypto/caam/caamalg_qi2.c
+++ b/drivers/crypto/caam/caamalg_qi2.c
@@ -59,7 +59,7 @@ struct caam_skcipher_alg {
 };
 
 /**
- * caam_ctx - per-session context
+ * struct caam_ctx - per-session context
  * @flc: Flow Contexts array
  * @key:  [authentication key], encryption key
  * @flc_dma: I/O virtual addresses of the Flow Contexts
@@ -2951,7 +2951,7 @@ enum hash_optype {
 };
 
 /**
- * caam_hash_ctx - ahash per-session context
+ * struct caam_hash_ctx - ahash per-session context
  * @flc: Flow Contexts array
  * @key: authentication key
  * @flc_dma: I/O virtual addresses of the Flow Contexts
-- 
2.17.1


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

end of thread, other threads:[~2020-09-03 12:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-02 15:05 [PATCH 1/4] crypto: caam - Fix kerneldoc Krzysztof Kozlowski
2020-09-02 15:05 ` [PATCH 2/4] crypto: caam - Simplify with dev_err_probe() Krzysztof Kozlowski
2020-09-03 12:04   ` Iuliana Prodan
2020-09-02 15:05 ` [PATCH 3/4] crypto: stm32-hash " Krzysztof Kozlowski
2020-09-02 15:05 ` [PATCH 4/4] crypto: allwinner/sun8i " Krzysztof Kozlowski
2020-09-03 12:08 ` [PATCH 1/4] crypto: caam - Fix kerneldoc Iuliana Prodan
2020-09-03 12:21   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox