mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
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:
parent
45021ae498
commit
a505f4ff49
@ -8175,8 +8175,8 @@ s2io_init_nic(struct pci_dev *pdev, const struct pci_device_id *pre)
|
||||
break;
|
||||
}
|
||||
if (sp->config.multiq) {
|
||||
for (i = 0; i < sp->config.tx_fifo_num; i++)
|
||||
mac_control->fifos[i].multiq = config->multiq;
|
||||
for (i = 0; i < sp->config.tx_fifo_num; i++)
|
||||
mac_control->fifos[i].multiq = config->multiq;
|
||||
DBG_PRINT(ERR_DBG, "%s: Multiqueue support enabled\n",
|
||||
dev->name);
|
||||
} else
|
||||
|
Loading…
Reference in New Issue
Block a user