Skip to content

Commit 886afc1

Browse files
Colin Ian Kingdavem330
authored andcommitted
liquidio: fix incorrect indentation of assignment statement
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]>
1 parent ed75e1a commit 886afc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/cavium/liquidio/lio_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ static int liquidio_watchdog(void *param)
11131113
dev_err(&oct->pci_dev->dev,
11141114
"ERROR: Octeon core %d crashed or got stuck! See oct-fwdump for details.\n",
11151115
core);
1116-
err_msg_was_printed[core] = true;
1116+
err_msg_was_printed[core] = true;
11171117
}
11181118
}
11191119

0 commit comments

Comments
 (0)