All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: hibernate: Fix syntax errors in comments
@ 2022-06-02 18:02 Xiang wangx
  2022-06-02 19:41   ` Catalin Marinas
  0 siblings, 1 reply; 3+ messages in thread
From: Xiang wangx @ 2022-06-02 18:02 UTC (permalink / raw)
  To: catalin.marinas; +Cc: will, linux-arm-kernel, linux-kernel, Xiang wangx

Delete the redundant word 'to'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
---
 arch/arm64/kernel/hibernate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/kernel/hibernate.c b/arch/arm64/kernel/hibernate.c
index 6328308be272..2e248342476e 100644
--- a/arch/arm64/kernel/hibernate.c
+++ b/arch/arm64/kernel/hibernate.c
@@ -427,7 +427,7 @@ int swsusp_arch_resume(void)
 		return rc;
 
 	/*
-	 * We need a zero page that is zero before & after resume in order to
+	 * We need a zero page that is zero before & after resume in order
 	 * to break before make on the ttbr1 page tables.
 	 */
 	zero_page = (void *)get_safe_page(GFP_ATOMIC);
-- 
2.36.1


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

* Re: [PATCH] arm64: hibernate: Fix syntax errors in comments
  2022-06-02 18:02 [PATCH] arm64: hibernate: Fix syntax errors in comments Xiang wangx
@ 2022-06-02 19:41   ` Catalin Marinas
  0 siblings, 0 replies; 3+ messages in thread
From: Catalin Marinas @ 2022-06-02 19:41 UTC (permalink / raw)
  To: Xiang wangx; +Cc: Will Deacon, linux-kernel, linux-arm-kernel

On Fri, 3 Jun 2022 02:02:28 +0800, Xiang wangx wrote:
> Delete the redundant word 'to'.
> 
> 

Applied to arm64 (for-next/core), thanks!

[1/1] arm64: hibernate: Fix syntax errors in comments
      https://git.kernel.org/arm64/c/189129aecb53

-- 
Catalin


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

* Re: [PATCH] arm64: hibernate: Fix syntax errors in comments
@ 2022-06-02 19:41   ` Catalin Marinas
  0 siblings, 0 replies; 3+ messages in thread
From: Catalin Marinas @ 2022-06-02 19:41 UTC (permalink / raw)
  To: Xiang wangx; +Cc: Will Deacon, linux-kernel, linux-arm-kernel

On Fri, 3 Jun 2022 02:02:28 +0800, Xiang wangx wrote:
> Delete the redundant word 'to'.
> 
> 

Applied to arm64 (for-next/core), thanks!

[1/1] arm64: hibernate: Fix syntax errors in comments
      https://git.kernel.org/arm64/c/189129aecb53

-- 
Catalin


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-06-02 19:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-02 18:02 [PATCH] arm64: hibernate: Fix syntax errors in comments Xiang wangx
2022-06-02 19:41 ` Catalin Marinas
2022-06-02 19:41   ` Catalin Marinas

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.