diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2019-08-06 10:09:38 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2019-08-06 10:09:38 +0000 |
commit | 6c3665ca7acaa19c984366a52b36096fce1b8309 (patch) | |
tree | 14c77fb864d2849a0065595e943410b0704c16cf | |
parent | 7acc2344a5aaf3044791e931a7c988881aef93bb (diff) |
i replaced a misplaced tab with g, not a space. make this work again.
-rw-r--r-- | sys/dev/pci/if_vmx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_vmx.c b/sys/dev/pci/if_vmx.c index 0a1447bc74d..f1fbdf90c57 100644 --- a/sys/dev/pci/if_vmx.c +++ b/sys/dev/pci/if_vmx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vmx.c,v 1.47 2019/08/06 09:36:54 dlg Exp $ */ +/* $OpenBSD: if_vmx.c,v 1.48 2019/08/06 10:09:37 dlg Exp $ */ /* * Copyright (c) 2013 Tsubai Masanari @@ -70,7 +70,7 @@ struct vmxnet3_rxring { struct mbuf *m[NRXDESC]; bus_dmamap_t dmap[NRXDESC]; struct if_rxring rxr; - struct timeoutgrefill; + struct timeout refill; struct vmxnet3_rxdesc *rxd; u_int fill; u_int8_t gen; |