Commit 189129ae authored by Xiang wangx's avatar Xiang wangx Committed by Catalin Marinas

arm64: hibernate: Fix syntax errors in comments

Delete the redundant word 'to'.
Signed-off-by: default avatarXiang wangx <wangxiang@cdjrlc.com>
Link: https://lore.kernel.org/r/20220602180228.4259-1-wangxiang@cdjrlc.comSigned-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 1bec877b
...@@ -427,7 +427,7 @@ int swsusp_arch_resume(void) ...@@ -427,7 +427,7 @@ int swsusp_arch_resume(void)
return rc; 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. * to break before make on the ttbr1 page tables.
*/ */
zero_page = (void *)get_safe_page(GFP_ATOMIC); zero_page = (void *)get_safe_page(GFP_ATOMIC);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment