mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-22 16:06:04 -05:00
crypto: akcipher - fix kernel-doc typos
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 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
3c3507d2b1
commit
595729b6f5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue