From c2b640cd40ce5579f98dd424459ff487e27cdfcd Mon Sep 17 00:00:00 2001 From: Sergey Dyasli Date: Wed, 14 Nov 2018 10:37:42 +0000 Subject: [PATCH] mm/page_alloc: fix a typo in printk for idle scrub MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergey Dyasli Reviewed-by: Roger Pau Monné Acked-by: Wei Liu Acked-by: Jan Beulich --- 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: -- 2.30.2