linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: fix spelling mistake "ca not" -> "cannot"
@ 2020-03-15  4:01 韩科才
  2020-03-17 22:28 ` Will Deacon
  0 siblings, 1 reply; 2+ messages in thread
From: 韩科才 @ 2020-03-15  4:01 UTC (permalink / raw)
  To: catalin.marinas, will, broonie, alexios.zavras, tglx, allison,
	linux-arm-kernel, linux-kernel
  Cc: trivial, kernel

There is a spelling mistake in the comment, Fix it.

Signed-off-by: hankecai <hankecai@bbktel.com>
---
 arch/arm64/lib/strcmp.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/lib/strcmp.S b/arch/arm64/lib/strcmp.S
index 4767540d1b94..4e79566726c8 100644
--- a/arch/arm64/lib/strcmp.S
+++ b/arch/arm64/lib/strcmp.S
@@ -186,7 +186,7 @@ CPU_LE( rev	data2, data2 )
 	* as carry-propagation can corrupt the upper bits if the trailing
 	* bytes in the string contain 0x01.
 	* However, if there is no NUL byte in the dword, we can generate
-	* the result directly.  We ca not just subtract the bytes as the
+	* the result directly.  We cannot just subtract the bytes as the
 	* MSB might be significant.
 	*/
 CPU_BE( cbnz	has_nul, 1f )
-- 
2.21.0




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

* Re: [PATCH] arm64: fix spelling mistake "ca not" -> "cannot"
  2020-03-15  4:01 [PATCH] arm64: fix spelling mistake "ca not" -> "cannot" 韩科才
@ 2020-03-17 22:28 ` Will Deacon
  0 siblings, 0 replies; 2+ messages in thread
From: Will Deacon @ 2020-03-17 22:28 UTC (permalink / raw)
  To: 韩科才
  Cc: catalin.marinas, broonie, alexios.zavras, tglx, allison,
	linux-arm-kernel, linux-kernel, kernel, trivial

On Sun, Mar 15, 2020 at 12:01:19PM +0800, 韩科才 wrote:
> There is a spelling mistake in the comment, Fix it.
> 
> Signed-off-by: hankecai <hankecai@bbktel.com>
> ---
>  arch/arm64/lib/strcmp.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/lib/strcmp.S b/arch/arm64/lib/strcmp.S
> index 4767540d1b94..4e79566726c8 100644
> --- a/arch/arm64/lib/strcmp.S
> +++ b/arch/arm64/lib/strcmp.S
> @@ -186,7 +186,7 @@ CPU_LE( rev	data2, data2 )
>  	* as carry-propagation can corrupt the upper bits if the trailing
>  	* bytes in the string contain 0x01.
>  	* However, if there is no NUL byte in the dword, we can generate
> -	* the result directly.  We ca not just subtract the bytes as the
> +	* the result directly.  We cannot just subtract the bytes as the
>  	* MSB might be significant.
>  	*/
>  CPU_BE( cbnz	has_nul, 1f )

Acked-by: Will Deacon <will@kernel.org>

Will

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

end of thread, other threads:[~2020-03-17 22:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-15  4:01 [PATCH] arm64: fix spelling mistake "ca not" -> "cannot" 韩科才
2020-03-17 22:28 ` Will Deacon

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