Module Name: src
Committed By: skrll
Date: Wed Dec 2 13:45:13 UTC 2009
Modified Files:
src/sys/arch/hp700/hp700: mainbus.c
Log Message:
Whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/hp700/hp700/mainbus.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hp700/hp700/mainbus.c
diff -u src/sys/arch/hp700/hp700/mainbus.c:1.56 src/sys/arch/hp700/hp700/mainbus.c:1.57
--- src/sys/arch/hp700/hp700/mainbus.c:1.56 Wed Nov 11 16:08:31 2009
+++ src/sys/arch/hp700/hp700/mainbus.c Wed Dec 2 13:45:13 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: mainbus.c,v 1.56 2009/11/11 16:08:31 skrll Exp $ */
+/* $NetBSD: mainbus.c,v 1.57 2009/12/02 13:45:13 skrll Exp $ */
/*-
* Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.56 2009/11/11 16:08:31 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.57 2009/12/02 13:45:13 skrll Exp $");
#include "locators.h"
#include "power.h"
@@ -396,7 +396,7 @@
* Allocate the region of I/O space.
*/
error = extent_alloc_subregion1(hp700_io_extent, rstart, rend, size,
- align, 0, boundary, EX_NOWAIT, &bpa);
+ align, 0, boundary, EX_NOWAIT, &bpa);
if (error)
return (error);