p***@xen.org
2018-11-14 18:33:25 UTC
commit c2b640cd40ce5579f98dd424459ff487e27cdfcd
Author: Sergey Dyasli <***@citrix.com>
AuthorDate: Wed Nov 14 10:37:42 2018 +0000
Commit: Wei Liu <***@citrix.com>
CommitDate: Wed Nov 14 18:22:40 2018 +0000
mm/page_alloc: fix a typo in printk for idle scrub
Signed-off-by: Sergey Dyasli <***@citrix.com>
Reviewed-by: Roger Pau Monné <***@citrix.com>
Acked-by: Wei Liu <***@citrix.com>
Acked-by: Jan Beulich <***@suse.com>
---
xen/common/page_alloc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/common/page_alloc.c b/xen/common/page_alloc.c
index 88d1637247..08ee8cfbb9 100644
--- a/xen/common/page_alloc.c
+++ b/xen/common/page_alloc.c
@@ -2084,7 +2084,7 @@ void __init heap_init_late(void)
/* Fall through */
case BOOTSCRUB_IDLE:
- printk("Scrubbing free RAM on in background\n");
+ printk("Scrubbing Free RAM in background\n");
break;
case BOOTSCRUB_ON:
--
generated by git-patchbot for /home/xen/git/xen.git#staging
Author: Sergey Dyasli <***@citrix.com>
AuthorDate: Wed Nov 14 10:37:42 2018 +0000
Commit: Wei Liu <***@citrix.com>
CommitDate: Wed Nov 14 18:22:40 2018 +0000
mm/page_alloc: fix a typo in printk for idle scrub
Signed-off-by: Sergey Dyasli <***@citrix.com>
Reviewed-by: Roger Pau Monné <***@citrix.com>
Acked-by: Wei Liu <***@citrix.com>
Acked-by: Jan Beulich <***@suse.com>
---
xen/common/page_alloc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/common/page_alloc.c b/xen/common/page_alloc.c
index 88d1637247..08ee8cfbb9 100644
--- a/xen/common/page_alloc.c
+++ b/xen/common/page_alloc.c
@@ -2084,7 +2084,7 @@ void __init heap_init_late(void)
/* Fall through */
case BOOTSCRUB_IDLE:
- printk("Scrubbing free RAM on in background\n");
+ printk("Scrubbing Free RAM in background\n");
break;
case BOOTSCRUB_ON:
--
generated by git-patchbot for /home/xen/git/xen.git#staging