[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH trivial] mm/page_alloc: fix a typo in printk for idle scrub
Signed-off-by: Sergey Dyasli <sergey.dyasli@xxxxxxxxxx> --- CC: Jan Beulich <jbeulich@xxxxxxxx> CC: Wei Liu <wei.liu2@xxxxxxxxxx> --- 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.17.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |