Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Delete a superfluous newline in attach message.



details:   https://anonhg.NetBSD.org/src/rev/35d8e2c5d34c
branches:  trunk
changeset: 482864:35d8e2c5d34c
user:      itohy <itohy%NetBSD.org@localhost>
date:      Thu Feb 24 03:42:44 2000 +0000

description:
Delete a superfluous newline in attach message.

diffstat:

 sys/dev/pci/i82365_pci.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 3253b9074463 -r 35d8e2c5d34c sys/dev/pci/i82365_pci.c
--- a/sys/dev/pci/i82365_pci.c  Thu Feb 24 03:00:10 2000 +0000
+++ b/sys/dev/pci/i82365_pci.c  Thu Feb 24 03:42:44 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i82365_pci.c,v 1.10 2000/02/22 22:46:16 enami Exp $    */
+/*     $NetBSD: i82365_pci.c,v 1.11 2000/02/24 03:42:44 itohy Exp $    */
 
 /*
  * Copyright (c) 1997 Marc Horowitz.  All rights reserved.
@@ -201,8 +201,6 @@
        }
 #endif
 
-       printf("\n");
-
        /*
         * Defer configuration of children until ISA has had its chance
         * to use up whatever IO space and IRQs it wants. XXX This will



Home | Main Index | Thread Index | Old Index