All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crypto: Fix a typo in ahash.c
@ 2014-11-17 18:52 Terence Eden
  2014-11-19 12:40 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Terence Eden @ 2014-11-17 18:52 UTC (permalink / raw)
  To: Herbert Xu; +Cc: davem, linux-crypto, linux-kernel, trivial, clabbe.montjoie

From: Terence Eden <terence.eden@gmail.com>

"its" == "something belong to it". "it's" == "it is", "it has", "it
was", etc. Sorry - just bugged me as I was reading the code.
(Resubmitting - hopefully correctly!)

Signed-off-by: Terence Eden <terence.eden@gmail.com>
---
 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
*req, crypto_completion_t cplt)
     /*
      * WARNING: We do not backup req->priv here! The req->priv
      *          is for internal use of the Crypto API and the
-     *          user must _NOT_ _EVER_ depend on it's content!
+     *          user must _NOT_ _EVER_ depend on its content!
      */

     req->result = PTR_ALIGN((u8 *)priv->ubuf, alignmask + 1);
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] crypto: Fix a typo in ahash.c
  2014-11-17 18:52 [PATCH] crypto: Fix a typo in ahash.c Terence Eden
@ 2014-11-19 12:40 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2014-11-19 12:40 UTC (permalink / raw)
  To: Terence Eden; +Cc: davem, linux-crypto, linux-kernel, trivial, clabbe.montjoie

On Mon, Nov 17, 2014 at 06:52:40PM +0000, Terence Eden wrote:
> From: Terence Eden <terence.eden@gmail.com>
> 
> "its" == "something belong to it". "it's" == "it is", "it has", "it
> was", etc. Sorry - just bugged me as I was reading the code.
> (Resubmitting - hopefully correctly!)
> 
> Signed-off-by: Terence Eden <terence.eden@gmail.com>
> ---
>  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
> *req, crypto_completion_t cplt)
>      /*
>       * WARNING: We do not backup req->priv here! The req->priv
>       *          is for internal use of the Crypto API and the
> -     *          user must _NOT_ _EVER_ depend on it's content!
> +     *          user must _NOT_ _EVER_ depend on its content!

Sorry but your patch does not apply because you've mangled tabs
into spaces.  Please try to apply the patch that you receive via
the list yourself to ensure that you're sending something that
can be applied.

Thanks,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-19 12:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-17 18:52 [PATCH] crypto: Fix a typo in ahash.c Terence Eden
2014-11-19 12:40 ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.