netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: ps3_gelic: Add missing \n to end of deb_dbg message
@ 2016-10-04 11:15 Colin King
  2016-10-07  0:41 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2016-10-04 11:15 UTC (permalink / raw)
  To: Geoff Levand, Benjamin Herrenschmidt, Paul Mackerras,
	Michael Ellerman, netdev, linuxppc-dev
  Cc: linux-kernel

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

Trival fix, dev_dbg message is missing a \n, so add it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/ethernet/toshiba/ps3_gelic_net.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/toshiba/ps3_gelic_net.c b/drivers/net/ethernet/toshiba/ps3_gelic_net.c
index bc258d7..272f2b1 100644
--- a/drivers/net/ethernet/toshiba/ps3_gelic_net.c
+++ b/drivers/net/ethernet/toshiba/ps3_gelic_net.c
@@ -1769,7 +1769,7 @@ static int ps3_gelic_driver_probe(struct ps3_system_bus_device *dev)
 	gelic_ether_setup_netdev_ops(netdev, &card->napi);
 	result = gelic_net_setup_netdev(netdev, card);
 	if (result) {
-		dev_dbg(&dev->core, "%s: setup_netdev failed %d",
+		dev_dbg(&dev->core, "%s: setup_netdev failed %d\n",
 			__func__, result);
 		goto fail_setup_netdev;
 	}
-- 
2.9.3

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

* Re: [PATCH] net: ps3_gelic: Add missing \n to end of deb_dbg message
  2016-10-04 11:15 [PATCH] net: ps3_gelic: Add missing \n to end of deb_dbg message Colin King
@ 2016-10-07  0:41 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-10-07  0:41 UTC (permalink / raw)
  To: colin.king; +Cc: geoff, benh, paulus, mpe, netdev, linuxppc-dev, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Tue,  4 Oct 2016 12:15:54 +0100

> From: Colin Ian King <colin.king@canonical.com>
> 
> Trival fix, dev_dbg message is missing a \n, so add it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied.

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

end of thread, other threads:[~2016-10-07  0:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-04 11:15 [PATCH] net: ps3_gelic: Add missing \n to end of deb_dbg message Colin King
2016-10-07  0:41 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).