forked from Minki/linux
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:
parent
1bec877bdb
commit
189129aecb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user