mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Fix whitespace in r368698
MFC with: r368698
This commit is contained in:
parent
f9c504ae7f
commit
e07d687ebe
1 changed files with 1 additions and 1 deletions
|
|
@ -847,7 +847,7 @@ em_if_attach_pre(if_ctx_t ctx)
|
|||
** use a different BAR, so we need to keep
|
||||
** track of which is used.
|
||||
*/
|
||||
scctx->isc_msix_bar = pci_msix_table_bar(dev);
|
||||
scctx->isc_msix_bar = pci_msix_table_bar(dev);
|
||||
} else if (adapter->hw.mac.type >= em_mac_min) {
|
||||
scctx->isc_txqsizes[0] = roundup2(scctx->isc_ntxd[0]* sizeof(struct e1000_tx_desc), EM_DBA_ALIGN);
|
||||
scctx->isc_rxqsizes[0] = roundup2(scctx->isc_nrxd[0] * sizeof(union e1000_rx_desc_extended), EM_DBA_ALIGN);
|
||||
|
|
|
|||
Loading…
Reference in a new issue