Skip to content

Commit

Permalink
liquidio: fix incorrect indentation of assignment statement
Browse files Browse the repository at this point in the history
Remove one extraneous level of indentation on assignment statement.

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Colin Ian King authored and davem330 committed Dec 3, 2017
1 parent ed75e1a commit 886afc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/cavium/liquidio/lio_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 886afc1

Please sign in to comment.