diff mbox series

crypto: akcipher - fix kernel-doc typos

Message ID 20231001000044.26680-1-rdunlap@infradead.org (mailing list archive)
State Accepted
Delegated to: Herbert Xu
Headers show
Series crypto: akcipher - fix kernel-doc typos | expand

Commit Message

Randy Dunlap Oct. 1, 2023, midnight UTC
Correct typos of "destination".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: linux-crypto@vger.kernel.org
---
 include/crypto/akcipher.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Herbert Xu Oct. 5, 2023, 10:28 a.m. UTC | #1
On Sat, Sep 30, 2023 at 05:00:43PM -0700, Randy Dunlap wrote:
> Correct typos of "destination".
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Herbert Xu <herbert@gondor.apana.org.au>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: linux-crypto@vger.kernel.org
> ---
>  include/crypto/akcipher.h |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

All applied.  Thanks.
diff mbox series

Patch

diff -- a/include/crypto/akcipher.h b/include/crypto/akcipher.h
--- a/include/crypto/akcipher.h
+++ b/include/crypto/akcipher.h
@@ -382,7 +382,7 @@  static inline int crypto_akcipher_decryp
  * @tfm:	AKCIPHER tfm handle allocated with crypto_alloc_akcipher()
  * @src:	source buffer
  * @slen:	source length
- * @dst:	destinatino obuffer
+ * @dst:	destination obuffer
  * @dlen:	destination length
  *
  * Return: zero on success; error code in case of error
@@ -400,7 +400,7 @@  int crypto_akcipher_sync_encrypt(struct
  * @tfm:	AKCIPHER tfm handle allocated with crypto_alloc_akcipher()
  * @src:	source buffer
  * @slen:	source length
- * @dst:	destinatino obuffer
+ * @dst:	destination obuffer
  * @dlen:	destination length
  *
  * Return: Output length on success; error code in case of error