summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-05-31 19:02:20 +0000
committerphk <phk@FreeBSD.org>2003-05-31 19:02:20 +0000
commit34a06ba63b02f71ce4a4dd18822b85a8b3078dd5 (patch)
treef010f9c034cf23ed08011682f04f8080dcb45f2e /sys
parent93d54af92be7755fa2f6849c3bd904ed7d9626bb (diff)
downloadFreeBSD-src-34a06ba63b02f71ce4a4dd18822b85a8b3078dd5.zip
FreeBSD-src-34a06ba63b02f71ce4a4dd18822b85a8b3078dd5.tar.gz
Fix indentation.
Found by: FlexeLint
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/if_cue.c4
-rw-r--r--sys/i386/isa/if_cx.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/if_cue.c b/sys/dev/usb/if_cue.c
index b88d56f..5fcf114 100644
--- a/sys/dev/usb/if_cue.c
+++ b/sys/dev/usb/if_cue.c
@@ -351,8 +351,8 @@ cue_setmulti(struct cue_softc *sc)
if (ifp->if_flags & IFF_ALLMULTI || ifp->if_flags & IFF_PROMISC) {
for (i = 0; i < CUE_MCAST_TABLE_LEN; i++)
sc->cue_mctab[i] = 0xFF;
- cue_mem(sc, CUE_CMD_WRITESRAM, CUE_MCAST_TABLE_ADDR,
- &sc->cue_mctab, CUE_MCAST_TABLE_LEN);
+ cue_mem(sc, CUE_CMD_WRITESRAM, CUE_MCAST_TABLE_ADDR,
+ &sc->cue_mctab, CUE_MCAST_TABLE_LEN);
return;
}
diff --git a/sys/i386/isa/if_cx.c b/sys/i386/isa/if_cx.c
index b64f978..4f27fd0 100644
--- a/sys/i386/isa/if_cx.c
+++ b/sys/i386/isa/if_cx.c
@@ -580,7 +580,7 @@ cxwatchdog (struct ifnet *ifp)
for (q=c->slaveq; q; q=q->slaveq)
cxup (q);
- cxstart (ifp);
+ cxstart (ifp);
}
/*
OpenPOWER on IntegriCloud