summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@FreeBSD.org>2020-12-16 14:48:46 +0000
committerJessica Clarke <jrtc27@FreeBSD.org>2020-12-16 14:48:46 +0000
commite07d687ebe69bd5db021796e2b5e1c53fdce225c (patch)
tree3deed3041810e80c5ed20a9bf6d61bc50112e8ec /sys
parentf9c504ae7ffa0af2a6515deb592b356fe87bf472 (diff)
downloadsrc-test2-e07d687ebe69bd5db021796e2b5e1c53fdce225c.tar.gz
src-test2-e07d687ebe69bd5db021796e2b5e1c53fdce225c.zip
Fix whitespace in r368698
MFC with: r368698
Notes
Notes: svn path=/head/; revision=368700
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/e1000/if_em.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/e1000/if_em.c b/sys/dev/e1000/if_em.c
index 185dbc84e87c..b71e64b214c2 100644
--- a/sys/dev/e1000/if_em.c
+++ b/sys/dev/e1000/if_em.c
@@ -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);