diff mbox

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

Message ID 1416243964-9790-1-git-send-email-terence.eden@gmail.com (mailing list archive)
State Changes Requested
Delegated to: Herbert Xu
Headers show

Commit Message

Terence Eden Nov. 17, 2014, 5:06 p.m. UTC
From: edent <github.com@shkspr.mobi>

Signed-off-by: edent <github.com@shkspr.mobi>
---
 crypto/ahash.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Corentin Labbe Nov. 17, 2014, 5:47 p.m. UTC | #1
Le 17/11/2014 18:06, Terence Eden a écrit :
> From: edent <github.com@shkspr.mobi>
> 
> Signed-off-by: edent <github.com@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 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);
> 

Hello

Please sign off with your real name.
Your subject line is wrong, you need to add the subsystem "crypto:" and the subject must be simplier; but you could keep the actual subject as a commit message

<example>
[PATCH] crypto: Fix a typo in ahash.c

"its" == "something belong to it". "it's" == "it is", "it has", "it was", etc. Sorry - just bugged me as I was reading the code.
</example>

Regards

LABBE Corentin

--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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);