Skip to content

Commit

Permalink
[PATCH] libertas: a debug output was missing a newline
Browse files Browse the repository at this point in the history
Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Holger Schurig authored and John W. Linville committed Jun 11, 2007
1 parent eb3ce63 commit 604ba49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/libertas/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 604ba49

Please sign in to comment.