aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64
diff options
context:
space:
mode:
authorXiang wangx <wangxiang@cdjrlc.com>2022-06-03 02:02:28 +0800
committerCatalin Marinas <catalin.marinas@arm.com>2022-06-02 20:16:22 +0100
commit189129aecb5302ab65407e965f1037a201b58a07 (patch)
treee1eab5570dd080ec06be03e8856226240f322e0e /arch/arm64
parentarm64: Remove the __user annotation for the restore_za_context() argument (diff)
downloadlinux-dev-189129aecb5302ab65407e965f1037a201b58a07.tar.xz
linux-dev-189129aecb5302ab65407e965f1037a201b58a07.zip
arm64: hibernate: Fix syntax errors in comments
Delete the redundant word 'to'. Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Link: https://lore.kernel.org/r/20220602180228.4259-1-wangxiang@cdjrlc.com Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r--arch/arm64/kernel/hibernate.c2
1 files changed, 1 insertions, 1 deletions
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);