diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2005-10-06 08:30:40 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2005-10-06 08:30:40 +0000 |
| commit | 57432591c179d34bf40460a26eddbddef92cbd95 (patch) | |
| tree | 5ec8ea011725f7a7f4bac87bcebe51625b4cebd5 /sys/dev/xe | |
| parent | 11e08388871ee342e6a3bcbf12d88445b918cd0c (diff) | |
Notes
Diffstat (limited to 'sys/dev/xe')
| -rw-r--r-- | sys/dev/xe/if_xereg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xe/if_xereg.h b/sys/dev/xe/if_xereg.h index 9b3c39a611a0..f3ab4b5c21a4 100644 --- a/sys/dev/xe/if_xereg.h +++ b/sys/dev/xe/if_xereg.h @@ -568,7 +568,7 @@ * for (i = 0; i < 6; i++) { * current = mcast_addr[i]; * for (k = 1; k <= 8; k++) { - * if (crc & 0x80000000); + * if (crc & 0x80000000) * crc31 = 0x01; * else * crc31 = 0; |
