summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_sisreg.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-12-15 02:51:21 +0000
committerpeter <peter@FreeBSD.org>2001-12-15 02:51:21 +0000
commitfce71746d6ce4d2c71a9daed6cb5c360265c2a65 (patch)
tree3aa204644439feb580a2a7771f5d9662d868e142 /sys/pci/if_sisreg.h
parentbe795bba25af4d1460e1b0cffb46f35a0c7248da (diff)
downloadFreeBSD-src-fce71746d6ce4d2c71a9daed6cb5c360265c2a65.zip
FreeBSD-src-fce71746d6ce4d2c71a9daed6cb5c360265c2a65.tar.gz
Patch up some existing style bugs and some that crept in with the
DEVICE_POLLING stuff.
Diffstat (limited to 'sys/pci/if_sisreg.h')
-rw-r--r--sys/pci/if_sisreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_sisreg.h b/sys/pci/if_sisreg.h
index 8032175..9ab779f 100644
--- a/sys/pci/if_sisreg.h
+++ b/sys/pci/if_sisreg.h
@@ -307,7 +307,7 @@ struct sis_desc {
#define SIS_LASTDESC(x) (!((x)->sis_ctl & SIS_CMDSTS_MORE)))
#define SIS_OWNDESC(x) ((x)->sis_ctl & SIS_CMDSTS_OWN)
-#define SIS_INC(x, y) { if (++(x) == y) x=0 ; }
+#define SIS_INC(x, y) { if (++(x) == y) x = 0; }
#define SIS_RXBYTES(x) ((x)->sis_ctl & SIS_CMDSTS_BUFLEN)
#define SIS_RXSTAT_COLL 0x00010000
OpenPOWER on IntegriCloud