Module Name:    src
Committed By:   kiyohara
Date:           Mon Apr 19 07:05:15 UTC 2010

Modified Files:
        src/sys/dev/cardbus: fwohci_cardbus.c

Log Message:
Not necessary '\n'.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/cardbus/fwohci_cardbus.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/cardbus/fwohci_cardbus.c
diff -u src/sys/dev/cardbus/fwohci_cardbus.c:1.32 src/sys/dev/cardbus/fwohci_cardbus.c:1.33
--- src/sys/dev/cardbus/fwohci_cardbus.c:1.32	Mon Mar 29 03:05:27 2010
+++ src/sys/dev/cardbus/fwohci_cardbus.c	Mon Apr 19 07:05:15 2010
@@ -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)

Reply via email to