forked from luck/tmp_suning_uos_patched
liquidio: fix incorrect indentation of assignment statement
Remove one extraneous level of indentation on assignment statement. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ed75e1ac1c
commit
886afc1dc4
|
@ -1113,7 +1113,7 @@ static int liquidio_watchdog(void *param)
|
|||
dev_err(&oct->pci_dev->dev,
|
||||
"ERROR: Octeon core %d crashed or got stuck! See oct-fwdump for details.\n",
|
||||
core);
|
||||
err_msg_was_printed[core] = true;
|
||||
err_msg_was_printed[core] = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user