summaryrefslogtreecommitdiffstats
path: root/Documentation/crypto/userspace-if.rst
diff options
context:
space:
mode:
authorBenjamin Peterson2017-06-19 08:53:41 +0200
committerHerbert Xu2017-06-22 10:54:07 +0200
commit8bd1d400f6a4d1fdcf79c64012602518781573e5 (patch)
treee315b98177c67669a694e6447954ea964521d489 /Documentation/crypto/userspace-if.rst
parentDocumentation/bindings: Document the SafeXel cryptographic engine driver (diff)
downloadkernel-qcow2-linux-8bd1d400f6a4d1fdcf79c64012602518781573e5.tar.gz
kernel-qcow2-linux-8bd1d400f6a4d1fdcf79c64012602518781573e5.tar.xz
kernel-qcow2-linux-8bd1d400f6a4d1fdcf79c64012602518781573e5.zip
crypto: doc - fix typo in docs
Signed-off-by: Benjamin Peterson <bp@benjamin.pe> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Documentation/crypto/userspace-if.rst')
-rw-r--r--Documentation/crypto/userspace-if.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/crypto/userspace-if.rst b/Documentation/crypto/userspace-if.rst
index de5a72e32bc9..ff86befa61e0 100644
--- 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-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
input into segments with a maximum size of 16 pages.