summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_xl.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-01 22:27:03 +0000
committerphk <phk@FreeBSD.org>2002-10-01 22:27:03 +0000
commit6a45b57db19822d7b9f4829274bb96d796a9e988 (patch)
tree520744ab6919f0526a7c0d22b219cf8cab5e8515 /sys/pci/if_xl.c
parent4f0de203e7e0e751f97ca6df568525dfa72697cd (diff)
downloadFreeBSD-src-6a45b57db19822d7b9f4829274bb96d796a9e988.zip
FreeBSD-src-6a45b57db19822d7b9f4829274bb96d796a9e988.tar.gz
Fix two misindents.
Spotted by: FlexeLint
Diffstat (limited to 'sys/pci/if_xl.c')
-rw-r--r--sys/pci/if_xl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index 2c767e3..f4137d6 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -2718,7 +2718,7 @@ xl_init(xsc)
CSR_WRITE_2(sc, XL_COMMAND, XL_CMD_COAX_STOP);
/* increase packet size to allow reception of 802.1q or ISL packets */
- if (sc->xl_type == XL_TYPE_905B)
+ if (sc->xl_type == XL_TYPE_905B)
CSR_WRITE_2(sc, XL_W3_MAXPKTSIZE, XL_PACKET_SIZE);
/* Clear out the stats counters. */
CSR_WRITE_2(sc, XL_COMMAND, XL_CMD_STATS_DISABLE);
OpenPOWER on IntegriCloud