* [PATCH] xen: arm: add missing newline to error message.
@ 2015-06-04 15:31 Ian Campbell
2015-06-04 15:35 ` Julien Grall
0 siblings, 1 reply; 3+ messages in thread
From: Ian Campbell @ 2015-06-04 15:31 UTC (permalink / raw)
To: xen-devel; +Cc: julien.grall, tim, Ian Campbell, stefano.stabellini
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
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;
}
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] xen: arm: add missing newline to error message.
2015-06-04 15:31 [PATCH] xen: arm: add missing newline to error message Ian Campbell
@ 2015-06-04 15:35 ` Julien Grall
2015-06-05 13:36 ` Ian Campbell
0 siblings, 1 reply; 3+ messages in thread
From: Julien Grall @ 2015-06-04 15:35 UTC (permalink / raw)
To: Ian Campbell, xen-devel; +Cc: tim, stefano.stabellini
Hi Ian,
On 04/06/15 16:31, Ian Campbell wrote:
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Reviewed-by: Julien Grall <julien.grall@citrix.com>
> ---
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-06-05 13:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-04 15:31 [PATCH] xen: arm: add missing newline to error message Ian Campbell
2015-06-04 15:35 ` Julien Grall
2015-06-05 13:36 ` Ian Campbell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.