* [PATCH] serial: omap: fix missing comma
@ 2013-10-31 13:39 Philippe Proulx
2013-10-31 16:02 ` Greg Kroah-Hartman
0 siblings, 1 reply; 2+ messages in thread
From: Philippe Proulx @ 2013-10-31 13:39 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: Sedat Dilek, Stephen Rothwell, Jiri Slaby, linux-serial,
linux-kernel, kernel
Signed-off-by: Philippe Proulx <philippe.proulx@savoirfairelinux.com>
---
drivers/tty/serial/omap-serial.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/tty/serial/omap-serial.c b/drivers/tty/serial/omap-serial.c
index 97c07f6..fa511eb 100644
--- a/drivers/tty/serial/omap-serial.c
+++ b/drivers/tty/serial/omap-serial.c
@@ -1723,7 +1723,7 @@ static int serial_omap_probe(struct platform_device *pdev)
if (!up->port.uartclk) {
up->port.uartclk = DEFAULT_CLK_SPEED;
dev_warn(&pdev->dev,
- "No clock speed specified: using default: %d\n"
+ "No clock speed specified: using default: %d\n",
DEFAULT_CLK_SPEED);
}
--
1.8.4.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] serial: omap: fix missing comma
2013-10-31 13:39 [PATCH] serial: omap: fix missing comma Philippe Proulx
@ 2013-10-31 16:02 ` Greg Kroah-Hartman
0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2013-10-31 16:02 UTC (permalink / raw)
To: Philippe Proulx
Cc: Sedat Dilek, Stephen Rothwell, Jiri Slaby, linux-serial,
linux-kernel, kernel
On Thu, Oct 31, 2013 at 09:39:58AM -0400, Philippe Proulx wrote:
> Signed-off-by: Philippe Proulx <philippe.proulx@savoirfairelinux.com>
> ---
> drivers/tty/serial/omap-serial.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Please always credit who told you about the problem with a Reported-by:
tag...
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-31 16:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-31 13:39 [PATCH] serial: omap: fix missing comma Philippe Proulx
2013-10-31 16:02 ` Greg Kroah-Hartman
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.