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>
This commit is contained in:
Xiang wangx 2022-06-03 02:02:28 +08:00 committed by Catalin Marinas
parent 1bec877bdb
commit 189129aecb

View File

@ -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);