summaryrefslogtreecommitdiffstats
path: root/sys/dev/sis
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2010-12-06 10:24:06 +0000
committerkevlo <kevlo@FreeBSD.org>2010-12-06 10:24:06 +0000
commit92646cacc6dce04db13c04ea2f6e943f5242ca41 (patch)
tree21ee4a3ea32e64723188e28ec4a75f5fea143248 /sys/dev/sis
parentf2bb89e063b90afc60f9711fb7e86c220e354b40 (diff)
downloadFreeBSD-src-92646cacc6dce04db13c04ea2f6e943f5242ca41.zip
FreeBSD-src-92646cacc6dce04db13c04ea2f6e943f5242ca41.tar.gz
Fix double ;;
Diffstat (limited to 'sys/dev/sis')
-rw-r--r--sys/dev/sis/if_sisreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sis/if_sisreg.h b/sys/dev/sis/if_sisreg.h
index 28d4390..058d9e7 100644
--- a/sys/dev/sis/if_sisreg.h
+++ b/sys/dev/sis/if_sisreg.h
@@ -497,7 +497,7 @@ struct sis_softc {
int sis_tx_prod;
int sis_tx_cons;
int sis_tx_cnt;
- int sis_rx_cons;;
+ int sis_rx_cons;
bus_addr_t sis_rx_paddr;
bus_addr_t sis_tx_paddr;
struct callout sis_stat_ch;
OpenPOWER on IntegriCloud