mirror of
https://github.com/opnsense/src.git
synced 2026-05-19 08:25:22 -04:00
ena(4): Remove a double word in a source code comment
- s/for for/for/
(cherry picked from commit 609e6f6d28)
This commit is contained in:
parent
1cd8d2d4d8
commit
fffdff33a3
1 changed files with 1 additions and 1 deletions
|
|
@ -2533,7 +2533,7 @@ ena_calc_max_io_queue_num(device_t pdev, struct ena_com_dev *ena_dev,
|
|||
max_num_io_queues = min_t(uint32_t, max_num_io_queues, io_rx_num);
|
||||
max_num_io_queues = min_t(uint32_t, max_num_io_queues, io_tx_sq_num);
|
||||
max_num_io_queues = min_t(uint32_t, max_num_io_queues, io_tx_cq_num);
|
||||
/* 1 IRQ for for mgmnt and 1 IRQ for each TX/RX pair */
|
||||
/* 1 IRQ for mgmnt and 1 IRQ for each TX/RX pair */
|
||||
max_num_io_queues = min_t(uint32_t, max_num_io_queues,
|
||||
pci_msix_count(pdev) - 1);
|
||||
#ifdef RSS
|
||||
|
|
|
|||
Loading…
Reference in a new issue