All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/xen: add missing \n at end of printk warning message
@ 2016-09-12 10:20 Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2016-09-12 10:20 UTC (permalink / raw)
  To: Boris Ostrovsky, David Vrabel, Juergen Gross, Thomas Gleixner,
	Ingo Molnar, H . Peter Anvin, x86, xen-devel
  Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

The message is missing a \n, add it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 arch/x86/xen/platform-pci-unplug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/xen/platform-pci-unplug.c b/arch/x86/xen/platform-pci-unplug.c
index d37a0c7..90d1b83 100644
--- a/arch/x86/xen/platform-pci-unplug.c
+++ b/arch/x86/xen/platform-pci-unplug.c
@@ -61,7 +61,7 @@ static int check_platform_magic(void)
 		}
 		break;
 	default:
-		printk(KERN_WARNING "Xen Platform PCI: unknown I/O protocol version");
+		printk(KERN_WARNING "Xen Platform PCI: unknown I/O protocol version\n");
 		return XEN_PLATFORM_ERR_PROTOCOL;
 	}
 
-- 
2.9.3


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] x86/xen: add missing \n at end of printk warning message
  2016-09-12 10:20 Colin King
  2016-09-12 11:31 ` Juergen Gross
@ 2016-09-12 11:31 ` Juergen Gross
  1 sibling, 0 replies; 4+ messages in thread
From: Juergen Gross @ 2016-09-12 11:31 UTC (permalink / raw)
  To: Colin King, Boris Ostrovsky, David Vrabel, Thomas Gleixner,
	Ingo Molnar, H . Peter Anvin, x86, xen-devel
  Cc: linux-kernel

On 12/09/16 12:20, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> The message is missing a \n, add it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Reviewed-by: Juergen Gross <jgross@suse.com>

> ---
>  arch/x86/xen/platform-pci-unplug.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/x86/xen/platform-pci-unplug.c b/arch/x86/xen/platform-pci-unplug.c
> index d37a0c7..90d1b83 100644
> --- a/arch/x86/xen/platform-pci-unplug.c
> +++ b/arch/x86/xen/platform-pci-unplug.c
> @@ -61,7 +61,7 @@ static int check_platform_magic(void)
>  		}
>  		break;
>  	default:
> -		printk(KERN_WARNING "Xen Platform PCI: unknown I/O protocol version");
> +		printk(KERN_WARNING "Xen Platform PCI: unknown I/O protocol version\n");
>  		return XEN_PLATFORM_ERR_PROTOCOL;
>  	}
>  
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] x86/xen: add missing \n at end of printk warning message
  2016-09-12 10:20 Colin King
@ 2016-09-12 11:31 ` Juergen Gross
  2016-09-12 11:31 ` Juergen Gross
  1 sibling, 0 replies; 4+ messages in thread
From: Juergen Gross @ 2016-09-12 11:31 UTC (permalink / raw)
  To: Colin King, Boris Ostrovsky, David Vrabel, Thomas Gleixner,
	Ingo Molnar, H . Peter Anvin, x86, xen-devel
  Cc: linux-kernel

On 12/09/16 12:20, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> The message is missing a \n, add it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Reviewed-by: Juergen Gross <jgross@suse.com>

> ---
>  arch/x86/xen/platform-pci-unplug.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/x86/xen/platform-pci-unplug.c b/arch/x86/xen/platform-pci-unplug.c
> index d37a0c7..90d1b83 100644
> --- a/arch/x86/xen/platform-pci-unplug.c
> +++ b/arch/x86/xen/platform-pci-unplug.c
> @@ -61,7 +61,7 @@ static int check_platform_magic(void)
>  		}
>  		break;
>  	default:
> -		printk(KERN_WARNING "Xen Platform PCI: unknown I/O protocol version");
> +		printk(KERN_WARNING "Xen Platform PCI: unknown I/O protocol version\n");
>  		return XEN_PLATFORM_ERR_PROTOCOL;
>  	}
>  
> 


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] x86/xen: add missing \n at end of printk warning message
@ 2016-09-12 10:20 Colin King
  2016-09-12 11:31 ` Juergen Gross
  2016-09-12 11:31 ` Juergen Gross
  0 siblings, 2 replies; 4+ messages in thread
From: Colin King @ 2016-09-12 10:20 UTC (permalink / raw)
  To: Boris Ostrovsky, David Vrabel, Juergen Gross, Thomas Gleixner,
	Ingo Molnar, H . Peter Anvin, x86, xen-devel
  Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

The message is missing a \n, add it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 arch/x86/xen/platform-pci-unplug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/xen/platform-pci-unplug.c b/arch/x86/xen/platform-pci-unplug.c
index d37a0c7..90d1b83 100644
--- a/arch/x86/xen/platform-pci-unplug.c
+++ b/arch/x86/xen/platform-pci-unplug.c
@@ -61,7 +61,7 @@ static int check_platform_magic(void)
 		}
 		break;
 	default:
-		printk(KERN_WARNING "Xen Platform PCI: unknown I/O protocol version");
+		printk(KERN_WARNING "Xen Platform PCI: unknown I/O protocol version\n");
 		return XEN_PLATFORM_ERR_PROTOCOL;
 	}
 
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-09-12 11:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-12 10:20 [PATCH] x86/xen: add missing \n at end of printk warning message Colin King
  -- strict thread matches above, loose matches on Subject: below --
2016-09-12 10:20 Colin King
2016-09-12 11:31 ` Juergen Gross
2016-09-12 11:31 ` Juergen Gross

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.