From: Randy Dunlap Date: Sun, 1 Oct 2023 00:00:43 +0000 (-0700) Subject: crypto: akcipher - fix kernel-doc typos X-Git-Tag: v6.7-rc1~91^2~187 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=595729b6f5711e0ab311d6ead78a92bce3bb828b;p=thirdparty%2Fkernel%2Flinux.git crypto: akcipher - fix kernel-doc typos Correct typos of "destination". Signed-off-by: Randy Dunlap Cc: Herbert Xu Cc: "David S. Miller" Cc: linux-crypto@vger.kernel.org Signed-off-by: Herbert Xu --- diff --git a/include/crypto/akcipher.h b/include/crypto/akcipher.h index 670508f1dca19..31c111bebb688 100644 --- a/include/crypto/akcipher.h +++ b/include/crypto/akcipher.h @@ -382,7 +382,7 @@ static inline int crypto_akcipher_decrypt(struct akcipher_request *req) * @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 crypto_akcipher *tfm, * @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