Fix whitespace in r368698

MFC with:	r368698
This commit is contained in:
Jessica Clarke 2020-12-16 14:48:46 +00:00
parent f9c504ae7f
commit e07d687ebe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=368700

View File

@ -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);