Date: Tue, 17 Feb 2009 23:43:17 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r188741 - head/sys/dev/cfi Message-ID: <200902172343.n1HNhHVM031044@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sam Date: Tue Feb 17 23:43:17 2009 New Revision: 188741 URL: http://svn.freebsd.org/changeset/base/188741 Log: fix whitespace Modified: head/sys/dev/cfi/cfi_bus_ixp4xx.c Modified: head/sys/dev/cfi/cfi_bus_ixp4xx.c ============================================================================== --- head/sys/dev/cfi/cfi_bus_ixp4xx.c Tue Feb 17 23:20:04 2009 (r188740) +++ head/sys/dev/cfi/cfi_bus_ixp4xx.c Tue Feb 17 23:43:17 2009 (r188741) @@ -77,4 +77,4 @@ static driver_t cfi_ixp4xx_driver = { cfi_ixp4xx_methods, sizeof(struct cfi_softc), }; -DRIVER_MODULE (cfi, ixp, cfi_ixp4xx_driver, cfi_devclass, 0, 0); +DRIVER_MODULE(cfi, ixp, cfi_ixp4xx_driver, cfi_devclass, 0, 0);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902172343.n1HNhHVM031044>