Skip to content

Commit a505f4f

Browse files
ij1Jeff Garzik
authored andcommitted
s2io: reindented misleading for loop
Signed-off-by: Ilpo Järvinen <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
1 parent 45021ae commit a505f4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/net/s2io.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8175,8 +8175,8 @@ s2io_init_nic(struct pci_dev *pdev, const struct pci_device_id *pre)
81758175
break;
81768176
}
81778177
if (sp->config.multiq) {
8178-
for (i = 0; i < sp->config.tx_fifo_num; i++)
8179-
mac_control->fifos[i].multiq = config->multiq;
8178+
for (i = 0; i < sp->config.tx_fifo_num; i++)
8179+
mac_control->fifos[i].multiq = config->multiq;
81808180
DBG_PRINT(ERR_DBG, "%s: Multiqueue support enabled\n",
81818181
dev->name);
81828182
} else

0 commit comments

Comments
 (0)