From: Randy Dunlap Date: Sun, 1 Oct 2023 00:00:44 +0000 (-0700) Subject: crypto: sig - fix kernel-doc typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=18e2ef172cec1680a6736cc7f6e1b92c93b3daa0;p=linux.git crypto: sig - fix kernel-doc typo Correct typo 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/sig.h b/include/crypto/sig.h index 641b4714c448d..d25186bb2be31 100644 --- a/include/crypto/sig.h +++ b/include/crypto/sig.h @@ -79,7 +79,7 @@ int crypto_sig_maxsize(struct crypto_sig *tfm); * @tfm: signature tfm handle allocated with crypto_alloc_sig() * @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