Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp700/dev Whitespace.
details: https://anonhg.NetBSD.org/src/rev/9abd1c5a917a
branches: trunk
changeset: 779366:9abd1c5a917a
user: skrll <skrll%NetBSD.org@localhost>
date: Wed May 23 10:37:01 2012 +0000
description:
Whitespace.
diffstat:
sys/arch/hp700/dev/asp.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e6b74868abf9 -r 9abd1c5a917a sys/arch/hp700/dev/asp.c
--- a/sys/arch/hp700/dev/asp.c Wed May 23 10:31:59 2012 +0000
+++ b/sys/arch/hp700/dev/asp.c Wed May 23 10:37:01 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: asp.c,v 1.19 2011/07/01 18:33:09 dyoung Exp $ */
+/* $NetBSD: asp.c,v 1.20 2012/05/23 10:37:01 skrll Exp $ */
/* $OpenBSD: asp.c,v 1.5 2000/02/09 05:04:22 mickey Exp $ */
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: asp.c,v 1.19 2011/07/01 18:33:09 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: asp.c,v 1.20 2012/05/23 10:37:01 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -201,7 +201,7 @@
* Map the ASP interrupt registers.
*/
if (bus_space_map(ca->ca_iot, ca->ca_hpa + ASP_REG_INT,
- sizeof(struct asp_trs), 0, &ioh)) {
+ sizeof(struct asp_trs), 0, &ioh)) {
aprint_error(": can't map interrupt registers.\n");
return;
}
Home |
Main Index |
Thread Index |
Old Index