[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xen: arm: add missing newline to error message.
Hi Ian, On 04/06/15 16:31, Ian Campbell wrote: > Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Reviewed-by: Julien Grall <julien.grall@xxxxxxxxxx> > --- > xen/arch/arm/irq.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/xen/arch/arm/irq.c b/xen/arch/arm/irq.c > index 376c9f2..2dd43ee 100644 > --- 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; > } > > Regards, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |