mirror of
https://github.com/torvalds/linux.git
synced 2024-10-30 00:32:38 +00:00
[PATCH] libertas: a debug output was missing a newline
Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
eb3ce631f9
commit
604ba49150
@ -993,7 +993,7 @@ wlan_private *wlan_add_card(void *card)
|
||||
goto err_init_fw;
|
||||
}
|
||||
|
||||
lbs_pr_info("%s: Marvell Wlan 802.11 adapter ", dev->name);
|
||||
lbs_pr_info("%s: Marvell Wlan 802.11 adapter\n", dev->name);
|
||||
|
||||
libertas_debugfs_init_one(priv, dev);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user