s2io: reindented misleading for loop
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
committed by
Jeff Garzik
parent
45021ae498
commit
a505f4ff49
@@ -8175,8 +8175,8 @@ s2io_init_nic(struct pci_dev *pdev, const struct pci_device_id *pre)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (sp->config.multiq) {
|
if (sp->config.multiq) {
|
||||||
for (i = 0; i < sp->config.tx_fifo_num; i++)
|
for (i = 0; i < sp->config.tx_fifo_num; i++)
|
||||||
mac_control->fifos[i].multiq = config->multiq;
|
mac_control->fifos[i].multiq = config->multiq;
|
||||||
DBG_PRINT(ERR_DBG, "%s: Multiqueue support enabled\n",
|
DBG_PRINT(ERR_DBG, "%s: Multiqueue support enabled\n",
|
||||||
dev->name);
|
dev->name);
|
||||||
} else
|
} else
|
||||||
|
Reference in New Issue
Block a user