Re: [PATCH] "its" == "something belong to it". "it's" == "it is", "it has", "it was", etc. Sorry - just bugged me as I was reading the code.

2014-11-17 Thread Corentin LABBE
Le 17/11/2014 18:06, Terence Eden a écrit : > From: edent > > Signed-off-by: edent > --- > crypto/ahash.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/crypto/ahash.c b/crypto/ahash.c > index f6a36a5..ffbcda3 100644 > --- a/crypto/ahash.c > +++ b/crypto/ahash.c > @@

[PATCH] "its" == "something belong to it". "it's" == "it is", "it has", "it was", etc. Sorry - just bugged me as I was reading the code.

2014-11-17 Thread Terence Eden
From: edent Signed-off-by: edent --- crypto/ahash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/ahash.c b/crypto/ahash.c index f6a36a5..ffbcda3 100644 --- a/crypto/ahash.c +++ b/crypto/ahash.c @@ -271,7 +271,7 @@ static int ahash_save_req(struct ahash_request

[PATCH] its == something belong to it. it's == it is, it has, it was, etc. Sorry - just bugged me as I was reading the code.

2014-11-17 Thread Terence Eden
From: edent github@shkspr.mobi Signed-off-by: edent github@shkspr.mobi --- crypto/ahash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/ahash.c b/crypto/ahash.c index f6a36a5..ffbcda3 100644 --- a/crypto/ahash.c +++ b/crypto/ahash.c @@ -271,7 +271,7 @@ static

Re: [PATCH] its == something belong to it. it's == it is, it has, it was, etc. Sorry - just bugged me as I was reading the code.

2014-11-17 Thread Corentin LABBE
Le 17/11/2014 18:06, Terence Eden a écrit : From: edent github@shkspr.mobi Signed-off-by: edent github@shkspr.mobi --- crypto/ahash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/ahash.c b/crypto/ahash.c index f6a36a5..ffbcda3 100644 ---