summaryrefslogtreecommitdiffstats
path: root/sys/dev
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/dev
parent93d54af92be7755fa2f6849c3bd904ed7d9626bb (diff)
downloadFreeBSD-src-34a06ba63b02f71ce4a4dd18822b85a8b3078dd5.zip
FreeBSD-src-34a06ba63b02f71ce4a4dd18822b85a8b3078dd5.tar.gz
Fix indentation.
Found by: FlexeLint
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/if_cue.c4
1 files changed, 2 insertions, 2 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;
}
OpenPOWER on IntegriCloud