linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] emulex: benet: Add a missing CR in the end of message
@ 2012-08-03 12:36 Masanari Iida
  2012-08-03 23:43 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2012-08-03 12:36 UTC (permalink / raw)
  To: linux-kernel, netdev, sathya.perla, subbu.seetharaman, ajit.khaparde
  Cc: Masanari Iida

Missing a CR in printk causes 2 messages printed in one line.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>

---
 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/emulex/benet/be_main.c b/drivers/net/ethernet/emulex/benet/be_main.c
index 896f283..82031d3 100644
--- a/drivers/net/ethernet/emulex/benet/be_main.c
+++ b/drivers/net/ethernet/emulex/benet/be_main.c
@@ -1916,7 +1916,7 @@ static int be_rx_cqs_create(struct be_adapter *adapter)
 
 	if (adapter->num_rx_qs != MAX_RX_QS)
 		dev_info(&adapter->pdev->dev,
-			"Created only %d receive queues", adapter->num_rx_qs);
+			"Created only %d receive queues\n", adapter->num_rx_qs);
 
 	return 0;
 }
-- 
1.7.12.rc1


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

* Re: [PATCH] emulex: benet: Add a missing CR in the end of message
  2012-08-03 12:36 [PATCH] emulex: benet: Add a missing CR in the end of message Masanari Iida
@ 2012-08-03 23:43 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-08-03 23:43 UTC (permalink / raw)
  To: standby24x7
  Cc: linux-kernel, netdev, sathya.perla, subbu.seetharaman, ajit.khaparde

From: Masanari Iida <standby24x7@gmail.com>
Date: Fri,  3 Aug 2012 21:36:51 +0900

> Missing a CR in printk causes 2 messages printed in one line.
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Applied, thanks.

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

end of thread, other threads:[~2012-08-03 23:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-03 12:36 [PATCH] emulex: benet: Add a missing CR in the end of message Masanari Iida
2012-08-03 23:43 ` 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).