Module Name:    src
Committed By:   christos
Date:           Sun May 23 22:05:54 UTC 2010

Modified Files:
        src/sys/dev/acpi: acpi.c

Log Message:
no need for double the newlines!


To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 src/sys/dev/acpi/acpi.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/dev/acpi/acpi.c
diff -u src/sys/dev/acpi/acpi.c:1.195 src/sys/dev/acpi/acpi.c:1.196
--- src/sys/dev/acpi/acpi.c:1.195	Wed May 12 12:11:05 2010
+++ src/sys/dev/acpi/acpi.c	Sun May 23 18:05:54 2010
@@ -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);

Reply via email to