]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commitdiff
xen: arm: add missing newline to error message.
authorIan Campbell <ian.campbell@citrix.com>
Thu, 4 Jun 2015 15:31:41 +0000 (16:31 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 5 Jun 2015 12:02:57 +0000 (13:02 +0100)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Reviewed-by: Julien Grall <julien.grall@citrix.com>
xen/arch/arm/irq.c

index 376c9f234823ee3274967070a7e067361921f06b..2dd43eedb70cdb2e3756b81eef910f65d7299d58 100644 (file)
@@ -417,7 +417,7 @@ int route_irq_to_guest(struct domain *d, unsigned int virq,
     /* Only routing to virtual SPIs is supported */
     if ( virq < NR_LOCAL_IRQS )
     {
-        printk(XENLOG_G_ERR "IRQ can only be routed to an SPI");
+        printk(XENLOG_G_ERR "IRQ can only be routed to an SPI\n");
         return -EINVAL;
     }