Fix two small style nits pointed out by bde: Remove spaces after cast and

indent continued line 4 spaces instead of 2.
This commit is contained in:
Warner Losh 2003-11-03 21:54:24 +00:00
parent 6f92bdd0c1
commit 50d2d4c753
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121987

View File

@ -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,