linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] crypto/nx: fix spelling mistake: "availavle" -> "available"
@ 2017-11-14 13:33 Colin King
  2017-11-14 13:45 ` Julia Lawall
  0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2017-11-14 13:33 UTC (permalink / raw)
  To: Haren Myneni, Herbert Xu, David S . Miller,
	Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman,
	linux-crypto, linuxppc-dev
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in pr_err error message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/crypto/nx/nx-842-powernv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/nx/nx-842-powernv.c b/drivers/crypto/nx/nx-842-powernv.c
index f2246a5abcf6..9c01d11f255a 100644
--- a/drivers/crypto/nx/nx-842-powernv.c
+++ b/drivers/crypto/nx/nx-842-powernv.c
@@ -744,7 +744,7 @@ static int nx842_open_percpu_txwins(void)
 
 		if (!per_cpu(cpu_txwin, i)) {
 			/* shoudn't happen, Each chip will have NX engine */
-			pr_err("NX engine is not availavle for CPU %d\n", i);
+			pr_err("NX engine is not available for CPU %d\n", i);
 			return -EINVAL;
 		}
 	}
-- 
2.14.1

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

* Re: [PATCH] crypto/nx: fix spelling mistake: "availavle" -> "available"
  2017-11-14 13:33 [PATCH] crypto/nx: fix spelling mistake: "availavle" -> "available" Colin King
@ 2017-11-14 13:45 ` Julia Lawall
  2017-11-14 14:32   ` Colin Ian King
  0 siblings, 1 reply; 3+ messages in thread
From: Julia Lawall @ 2017-11-14 13:45 UTC (permalink / raw)
  To: Colin King
  Cc: Haren Myneni, Herbert Xu, David S . Miller,
	Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman,
	linux-crypto, linuxppc-dev, kernel-janitors, linux-kernel



On Tue, 14 Nov 2017, Colin King wrote:

> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in pr_err error message text
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/crypto/nx/nx-842-powernv.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/crypto/nx/nx-842-powernv.c b/drivers/crypto/nx/nx-842-powernv.c
> index f2246a5abcf6..9c01d11f255a 100644
> --- a/drivers/crypto/nx/nx-842-powernv.c
> +++ b/drivers/crypto/nx/nx-842-powernv.c
> @@ -744,7 +744,7 @@ static int nx842_open_percpu_txwins(void)
>
>  		if (!per_cpu(cpu_txwin, i)) {
>  			/* shoudn't happen, Each chip will have NX engine */

It could be nice to fix the comment as well: shoud -> should

julia

> -			pr_err("NX engine is not availavle for CPU %d\n", i);
> +			pr_err("NX engine is not available for CPU %d\n", i);
>  			return -EINVAL;
>  		}
>  	}
> --
> 2.14.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

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

* Re: [PATCH] crypto/nx: fix spelling mistake: "availavle" -> "available"
  2017-11-14 13:45 ` Julia Lawall
@ 2017-11-14 14:32   ` Colin Ian King
  0 siblings, 0 replies; 3+ messages in thread
From: Colin Ian King @ 2017-11-14 14:32 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Haren Myneni, Herbert Xu, David S . Miller,
	Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman,
	linux-crypto, linuxppc-dev, kernel-janitors, linux-kernel

On 14/11/17 13:45, Julia Lawall wrote:
> 
> 
> On Tue, 14 Nov 2017, Colin King wrote:
> 
>> From: Colin Ian King <colin.king@canonical.com>
>>
>> Trivial fix to spelling mistake in pr_err error message text
>>
>> Signed-off-by: Colin Ian King <colin.king@canonical.com>
>> ---
>>  drivers/crypto/nx/nx-842-powernv.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/crypto/nx/nx-842-powernv.c b/drivers/crypto/nx/nx-842-powernv.c
>> index f2246a5abcf6..9c01d11f255a 100644
>> --- a/drivers/crypto/nx/nx-842-powernv.c
>> +++ b/drivers/crypto/nx/nx-842-powernv.c
>> @@ -744,7 +744,7 @@ static int nx842_open_percpu_txwins(void)
>>
>>  		if (!per_cpu(cpu_txwin, i)) {
>>  			/* shoudn't happen, Each chip will have NX engine */
> 
> It could be nice to fix the comment as well: shoud -> should

Good point. V2 sent.
> 
> julia
> 
>> -			pr_err("NX engine is not availavle for CPU %d\n", i);
>> +			pr_err("NX engine is not available for CPU %d\n", i);
>>  			return -EINVAL;
>>  		}
>>  	}
>> --
>> 2.14.1
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
> --
> To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

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

end of thread, other threads:[~2017-11-14 14:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-14 13:33 [PATCH] crypto/nx: fix spelling mistake: "availavle" -> "available" Colin King
2017-11-14 13:45 ` Julia Lawall
2017-11-14 14:32   ` Colin Ian King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).