svn commit: r185624 - head/sys/dev/pccbb

Warner Losh imp at FreeBSD.org
Thu Dec 4 20:48:04 PST 2008


Author: imp
Date: Fri Dec  5 04:48:04 2008
New Revision: 185624
URL: http://svn.freebsd.org/changeset/base/185624

Log:
  Minor style nit.

Modified:
  head/sys/dev/pccbb/pccbb.c

Modified: head/sys/dev/pccbb/pccbb.c
==============================================================================
--- head/sys/dev/pccbb/pccbb.c	Fri Dec  5 04:46:26 2008	(r185623)
+++ head/sys/dev/pccbb/pccbb.c	Fri Dec  5 04:48:04 2008	(r185624)
@@ -1045,8 +1045,8 @@ cbb_cardbus_mem_open(device_t brdev, int
 		return (EINVAL);
 	}
 
-	basereg = win*8 + CBBR_MEMBASE0;
-	limitreg = win*8 + CBBR_MEMLIMIT0;
+	basereg = win * 8 + CBBR_MEMBASE0;
+	limitreg = win * 8 + CBBR_MEMLIMIT0;
 
 	pci_write_config(brdev, basereg, start, 4);
 	pci_write_config(brdev, limitreg, end, 4);


More information about the svn-src-head mailing list