mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
emulex: benet: Add a missing CR in the end of message
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>
This commit is contained in:
parent
d4e5979c0d
commit
f3f9f332e2
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user