[PATCH] arm64: hibernate: Fix syntax errors in comments

Xiang wangx posted 1 patch 3 years, 10 months ago
arch/arm64/kernel/hibernate.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: hibernate: Fix syntax errors in comments
Posted by Xiang wangx 3 years, 10 months ago
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
Re: [PATCH] arm64: hibernate: Fix syntax errors in comments
Posted by Catalin Marinas 3 years, 10 months ago
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