diff options
| author | itohy <itohy@NetBSD.org> | 2000-02-24 03:42:44 +0000 |
|---|---|---|
| committer | itohy <itohy@NetBSD.org> | 2000-02-24 03:42:44 +0000 |
| commit | 5ed29fa2d6f9a2426ccfec25e5d84b277d9d3d32 (patch) | |
| tree | cf5cccc33ec38d18313b547e177bdeaef8616ee8 /sys/dev | |
| parent | 30230fed962a297d7a148d5fa66430cac9a20bd6 (diff) | |
Delete a superfluous newline in attach message.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/i82365_pci.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/i82365_pci.c b/sys/dev/pci/i82365_pci.c index bd0a078e773..969e455d398 100644 --- a/sys/dev/pci/i82365_pci.c +++ b/sys/dev/pci/i82365_pci.c @@ -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 @@ pcic_pci_attach(parent, self, aux) } #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 |
