[PATCH 1/4] crypto: api - fix comment typo

2016-11-30 Thread Baruch Siach
Signed-off-by: Baruch Siach <bar...@tkos.co.il> --- include/linux/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/crypto.h b/include/linux/crypto.h index 7cee5551625b..e4f250a108e7 100644 --- a/include/linux/crypto.h +++ b/include/linux/crypto.h @@

[PATCH 3/4] crypt: doc - remove misleading mention of async API

2016-11-30 Thread Baruch Siach
The asynchronous API is quite mature. Not mentioning is at all is probably better than saying it is under development. Signed-off-by: Baruch Siach <bar...@tkos.co.il> --- Documentation/crypto/api-intro.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/Documentation/crypto/api-int

[PATCH 2/4] crypto: doc - fix header file name

2016-11-30 Thread Baruch Siach
Fixes: 8bc618d6a2e0 ("crypto: doc - Use ahash") Signed-off-by: Baruch Siach <bar...@tkos.co.il> --- Documentation/crypto/api-intro.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/crypto/api-intro.txt b/Documentation/crypto/api-intro.txt in

[PATCH 4/4] MAINTAINERS: add crypto headers to crypto entry

2016-11-30 Thread Baruch Siach
Signed-off-by: Baruch Siach <bar...@tkos.co.il> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 8d4148406923..dba40107aca4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3425,6 +3425,7 @@ F:arch/*/crypto/ F: crypto/ F: d