Re: [PATCH 1/1] crypto: caam - fix typo

2020-06-11 Thread Herbert Xu
On Thu, Jun 04, 2020 at 04:40:13AM +0200, Heinrich Schuchardt wrote: > %s/suppying/supplying/ > > Signed-off-by: Heinrich Schuchardt > --- > drivers/crypto/caam/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondo

Re: [PATCH 1/1] crypto: caam - fix typo

2020-06-04 Thread Horia Geantă
On 6/4/2020 5:41 AM, Heinrich Schuchardt wrote: > %s/suppying/supplying/ > This is good since it's not detected by the default kernel spellchecker. Would you be willing to append also the detected typos? CHECK: 'interrrupt' may be misspelled - perhaps 'interrupt'? #57: FILE: drivers/crypto/caam/

[PATCH 1/1] crypto: caam - fix typo

2020-06-03 Thread Heinrich Schuchardt
%s/suppying/supplying/ Signed-off-by: Heinrich Schuchardt --- drivers/crypto/caam/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/caam/Kconfig b/drivers/crypto/caam/Kconfig index a62f228be6da..bc35aa0ec07a 100644 --- a/drivers/crypto/caam/Kconfig +++ b/