From: Julien Grall Date: Tue, 19 Mar 2019 23:23:43 +0000 (+0000) Subject: xen/arm: kernel: Remove Dom prefix when using %pd format X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~2283 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9faeaee5f2e2069d0a589ce4fed7cacf46d53c20;p=xen.git xen/arm: kernel: Remove Dom prefix when using %pd format The format %pd will already prefix the domain ID with 'd'. So avoid to prefix with 'Dom'. Signed-off-by: Julien Grall Acked-by: Stefano Stabellini --- diff --git a/xen/arch/arm/kernel.c b/xen/arch/arm/kernel.c index d04a862f99..e3ffdb2fa1 100644 --- a/xen/arch/arm/kernel.c +++ b/xen/arch/arm/kernel.c @@ -484,7 +484,7 @@ int __init kernel_probe(struct kernel_info *info, return -ENOENT; } - printk("Loading Dom%pd kernel from boot module @ %"PRIpaddr"\n", + printk("Loading %pd kernel from boot module @ %"PRIpaddr"\n", info->d, info->kernel_bootmodule->start); if ( info->initrd_bootmodule ) printk("Loading ramdisk from boot module @ %"PRIpaddr"\n",