summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-07-01 23:40:19 +0000
committerimp <imp@FreeBSD.org>2001-07-01 23:40:19 +0000
commita1e3a3a0428b519b44346f202f995d80f8ef13a0 (patch)
treeddc7ac50e2d29837e241c87e2d54cfa5b56a9cbb /sys/pccard/pcic.c
parent973f322f80c782938bec3a61226b267dda10dacc (diff)
downloadFreeBSD-src-a1e3a3a0428b519b44346f202f995d80f8ef13a0.zip
FreeBSD-src-a1e3a3a0428b519b44346f202f995d80f8ef13a0.tar.gz
Minor whitespace nit.
Diffstat (limited to 'sys/pccard/pcic.c')
-rw-r--r--sys/pccard/pcic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c
index 3176ce6..584167f 100644
--- a/sys/pccard/pcic.c
+++ b/sys/pccard/pcic.c
@@ -546,7 +546,7 @@ pcic_reset(void *chan)
timeout(pcic_reset, (void *)slt, hz/4);
return;
case 2: /* Deassert it again */
- pcic_setb(sp, PCIC_INT_GEN, PCIC_CARDRESET|PCIC_IOCARD);
+ pcic_setb(sp, PCIC_INT_GEN, PCIC_CARDRESET | PCIC_IOCARD);
slt->insert_seq = 3;
timeout(pcic_reset, (void *)slt, hz/4);
return;
OpenPOWER on IntegriCloud