projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bec877
)
arm64: hibernate: Fix syntax errors in comments
author
Xiang wangx
<wangxiang@cdjrlc.com>
Thu, 2 Jun 2022 18:02:28 +0000
(
02:02
+0800)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Thu, 2 Jun 2022 19:16:22 +0000
(20:16 +0100)
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>
arch/arm64/kernel/hibernate.c
patch
|
blob
|
history
diff --git
a/arch/arm64/kernel/hibernate.c
b/arch/arm64/kernel/hibernate.c
index
6328308
..
2e24834
100644
(file)
--- 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);