Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bnx2x: add endline at end of message

Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Dmitry Kravkov and committed by
David S. Miller
5219e4c9 4a287eba

+1 -1
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
··· 8520 8520 * damage 8521 8521 */ 8522 8522 if (test_and_clear_bit(BNX2X_SP_RTNL_FAN_FAILURE, &bp->sp_rtnl_state)) { 8523 - DP(BNX2X_MSG_SP, "fan failure detected. Unloading driver"); 8523 + DP(BNX2X_MSG_SP, "fan failure detected. Unloading driver\n"); 8524 8524 netif_device_detach(bp->dev); 8525 8525 bnx2x_close(bp->dev); 8526 8526 }