projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f89b39
)
crypto: doc - fix typo in docs
author
Benjamin Peterson
<bp@benjamin.pe>
Mon, 19 Jun 2017 06:53:41 +0000
(23:53 -0700)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 22 Jun 2017 08:54:07 +0000
(16:54 +0800)
Signed-off-by: Benjamin Peterson <bp@benjamin.pe>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Documentation/crypto/userspace-if.rst
patch
|
blob
|
history
diff --git
a/Documentation/crypto/userspace-if.rst
b/Documentation/crypto/userspace-if.rst
index de5a72e32bc95ddff13ba6c4d84826dc73d2a9da..ff86befa61e0e8ed4988706a046b95ea323e8402 100644
(file)
--- a/
Documentation/crypto/userspace-if.rst
+++ b/
Documentation/crypto/userspace-if.rst
@@
-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
from the zero-copy interface.
-The system-in
t
erent limit for the size of one zero-copy operation is 16
+The system-in
h
erent 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
input into segments with a maximum size of 16 pages.