Skip to content

Commit

Permalink
bnx2x: add endline at end of message
Browse files Browse the repository at this point in the history
Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Dmitry Kravkov authored and David S. Miller committed Nov 14, 2011
1 parent 4a287eb commit 5219e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -8520,7 +8520,7 @@ static void bnx2x_sp_rtnl_task(struct work_struct *work)
* damage
*/
if (test_and_clear_bit(BNX2X_SP_RTNL_FAN_FAILURE, &bp->sp_rtnl_state)) {
DP(BNX2X_MSG_SP, "fan failure detected. Unloading driver");
DP(BNX2X_MSG_SP, "fan failure detected. Unloading driver\n");
netif_device_detach(bp->dev);
bnx2x_close(bp->dev);
}
Expand Down

0 comments on commit 5219e4c

Please sign in to comment.