Re: [PATCH] crypto: algif_aead - fix comment regarding memory layout

2017-08-22 Thread Herbert Xu
On Wed, Aug 09, 2017 at 04:20:00PM +0200, Stephan Müller wrote: > Signed-off-by: Stephan Mueller Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key:

[PATCH] crypto: algif_aead - fix comment regarding memory layout

2017-08-09 Thread Stephan Müller
Signed-off-by: Stephan Mueller --- crypto/algif_aead.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/algif_aead.c b/crypto/algif_aead.c index 48d46e74ed0d..516b38c3a169 100644 --- a/crypto/algif_aead.c +++ b/crypto/algif_aead.c @@ -201,11