summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-11-03 21:54:24 +0000
committerimp <imp@FreeBSD.org>2003-11-03 21:54:24 +0000
commitba259e8c51ed1a1acff80d241aa5d10604b8b3be (patch)
treefb803a28b5273390e1e7dcd7f4d90e25a687b8a0
parentdcec7e1907fe867da713052f8c91d79bbfe68000 (diff)
downloadFreeBSD-src-ba259e8c51ed1a1acff80d241aa5d10604b8b3be.zip
FreeBSD-src-ba259e8c51ed1a1acff80d241aa5d10604b8b3be.tar.gz
Fix two small style nits pointed out by bde: Remove spaces after cast and
indent continued line 4 spaces instead of 2.
-rw-r--r--sys/dev/pccard/pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pccard/pccard.c b/sys/dev/pccard/pccard.c
index 94e0292..69decec 100644
--- a/sys/dev/pccard/pccard.c
+++ b/sys/dev/pccard/pccard.c
@@ -555,7 +555,7 @@ pccard_mfc_adjust_iobase(struct pccard_function *pf, bus_addr_t addr,
iosize--;
DEVPRINTF((pf->dev, "MFC: I/O base 0x%jx IOSIZE %jd\n",
- (uintmax_t) pf->pf_mfc_iobase, (uintmax_t) iosize));
+ (uintmax_t)pf->pf_mfc_iobase, (uintmax_t)iosize));
pccard_ccr_write(pf, PCCARD_CCR_IOBASE0,
pf->pf_mfc_iobase & 0xff);
pccard_ccr_write(pf, PCCARD_CCR_IOBASE1,
OpenPOWER on IntegriCloud