Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/acpi no need for double the newlines!
details: https://anonhg.NetBSD.org/src/rev/b5e7c33cfa75
branches: trunk
changeset: 755142:b5e7c33cfa75
user: christos <christos%NetBSD.org@localhost>
date: Sun May 23 22:05:54 2010 +0000
description:
no need for double the newlines!
diffstat:
sys/dev/acpi/acpi.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 31e81dec8e93 -r b5e7c33cfa75 sys/dev/acpi/acpi.c
--- a/sys/dev/acpi/acpi.c Sun May 23 22:04:36 2010 +0000
+++ b/sys/dev/acpi/acpi.c Sun May 23 22:05:54 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi.c,v 1.195 2010/05/12 16:11:05 jruoho Exp $ */
+/* $NetBSD: acpi.c,v 1.196 2010/05/23 22:05:54 christos Exp $ */
/*-
* Copyright (c) 2003, 2007 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.195 2010/05/12 16:11:05 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.196 2010/05/23 22:05:54 christos Exp $");
#include "opt_acpi.h"
#include "opt_pcifixup.h"
@@ -1153,7 +1153,7 @@
ad->ad_pciinfo->ap_downbus);
}
- aprint_normal("\n\n");
+ aprint_normal("\n");
SIMPLEQ_FOREACH(child, &ad->ad_child_head, ad_child_list)
acpi_print_tree(child, level + 1);
Home |
Main Index |
Thread Index |
Old Index