Skip to content

Commit

Permalink
emulex: benet: Add a missing CR in the end of message
Browse files Browse the repository at this point in the history
Missing a CR in printk causes 2 messages printed in one line.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Masanari Iida authored and David S. Miller committed Aug 3, 2012
1 parent d4e5979 commit f3f9f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/emulex/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1948,7 +1948,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;
}
Expand Down

0 comments on commit f3f9f33

Please sign in to comment.