projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca85da3
)
xen: arm: add missing newline to error message.
author
Ian Campbell
<ian.campbell@citrix.com>
Thu, 4 Jun 2015 15:31:41 +0000
(16:31 +0100)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/xen/arch/arm/irq.c
b/xen/arch/arm/irq.c
index 376c9f234823ee3274967070a7e067361921f06b..2dd43eedb70cdb2e3756b81eef910f65d7299d58 100644
(file)
--- a/
xen/arch/arm/irq.c
+++ b/
xen/arch/arm/irq.c
@@
-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;
}