Skip to content

Commit 189129a

Browse files
Xiang wangxctmarinas
authored andcommitted
arm64: hibernate: Fix syntax errors in comments
Delete the redundant word 'to'. Signed-off-by: Xiang wangx <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent 1bec877 commit 189129a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/kernel/hibernate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ int swsusp_arch_resume(void)
427427
return rc;
428428

429429
/*
430-
* We need a zero page that is zero before & after resume in order to
430+
* We need a zero page that is zero before & after resume in order
431431
* to break before make on the ttbr1 page tables.
432432
*/
433433
zero_page = (void *)get_safe_page(GFP_ATOMIC);

0 commit comments

Comments
 (0)