Commit 18e2ef17 authored by Randy Dunlap's avatar Randy Dunlap Committed by Herbert Xu
Browse files

crypto: sig - fix kernel-doc typo



Correct typo of "destination".

Signed-off-by: default avatarRandy 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
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 595729b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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