Commit 8bd1d400 authored by Benjamin Peterson's avatar Benjamin Peterson Committed by Herbert Xu

crypto: doc - fix typo in docs

Signed-off-by: default avatarBenjamin Peterson <bp@benjamin.pe>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 0f89b39b
...@@ -327,7 +327,7 @@ boundary. Non-aligned data can be used as well, but may require more ...@@ -327,7 +327,7 @@ boundary. Non-aligned data can be used as well, but may require more
operations of the kernel which would defeat the speed gains obtained operations of the kernel which would defeat the speed gains obtained
from the zero-copy interface. from the zero-copy interface.
The system-interent limit for the size of one zero-copy operation is 16 The system-inherent limit for the size of one zero-copy operation is 16
pages. If more data is to be sent to AF_ALG, user space must slice the pages. If more data is to be sent to AF_ALG, user space must slice the
input into segments with a maximum size of 16 pages. input into segments with a maximum size of 16 pages.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment