All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.