diff options
author | Benjamin Peterson <bp@benjamin.pe> | 2017-06-19 02:53:41 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-06-22 04:54:07 -0400 |
commit | 8bd1d400f6a4d1fdcf79c64012602518781573e5 (patch) | |
tree | e315b98177c67669a694e6447954ea964521d489 | |
parent | 0f89b39bc60a8ea42e9e4b0f2e80659e7b22b003 (diff) |
crypto: doc - fix typo in docs
Signed-off-by: Benjamin Peterson <bp@benjamin.pe>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r-- | Documentation/crypto/userspace-if.rst | 2 |
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 | |||
327 | operations of the kernel which would defeat the speed gains obtained | 327 | operations of the kernel which would defeat the speed gains obtained |
328 | from the zero-copy interface. | 328 | from the zero-copy interface. |
329 | 329 | ||
330 | The system-interent limit for the size of one zero-copy operation is 16 | 330 | The system-inherent limit for the size of one zero-copy operation is 16 |
331 | pages. If more data is to be sent to AF_ALG, user space must slice the | 331 | pages. If more data is to be sent to AF_ALG, user space must slice the |
332 | input into segments with a maximum size of 16 pages. | 332 | input into segments with a maximum size of 16 pages. |
333 | 333 | ||