Re: [PATCH] crypto: fix typo in docs

2017-06-22 Thread Herbert Xu
On Sun, Jun 18, 2017 at 11:53:41PM -0700, Benjamin Peterson wrote:
> Signed-off-by: Benjamin Peterson 

Patch applied.  Thanks.
-- 
Email: Herbert Xu 
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


[PATCH] crypto: fix typo in docs

2017-06-19 Thread Benjamin Peterson
Signed-off-by: Benjamin Peterson 
---
 Documentation/crypto/userspace-if.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
 
-- 
2.11.0