Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/cardbus Not necessary '\n'.



details:   https://anonhg.NetBSD.org/src/rev/07ff25589074
branches:  trunk
changeset: 754078:07ff25589074
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Mon Apr 19 07:05:15 2010 +0000

description:
Not necessary '\n'.

diffstat:

 sys/dev/cardbus/fwohci_cardbus.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 4f42394d02a4 -r 07ff25589074 sys/dev/cardbus/fwohci_cardbus.c
--- a/sys/dev/cardbus/fwohci_cardbus.c  Mon Apr 19 07:00:58 2010 +0000
+++ b/sys/dev/cardbus/fwohci_cardbus.c  Mon Apr 19 07:05:15 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fwohci_cardbus.c,v 1.32 2010/03/29 03:05:27 kiyohara Exp $     */
+/*     $NetBSD: fwohci_cardbus.c,v 1.33 2010/04/19 07:05:15 kiyohara Exp $     */
 
 /*-
  * Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fwohci_cardbus.c,v 1.32 2010/03/29 03:05:27 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fwohci_cardbus.c,v 1.33 2010/04/19 07:05:15 kiyohara Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -66,8 +66,7 @@
 static int fwohci_cardbus_detach(device_t, int);
 
 CFATTACH_DECL_NEW(fwohci_cardbus, sizeof(struct fwohci_cardbus_softc),
-    fwohci_cardbus_match, fwohci_cardbus_attach,
-    fwohci_cardbus_detach, NULL);
+    fwohci_cardbus_match, fwohci_cardbus_attach, fwohci_cardbus_detach, NULL);
 
 static int
 fwohci_cardbus_match(device_t parent, cfdata_t match, void *aux)



Home | Main Index | Thread Index | Old Index