Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sgimips/gio Get rid of a wrong comma



details:   https://anonhg.NetBSD.org/src/rev/48860b019b8a
branches:  trunk
changeset: 328387:48860b019b8a
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Wed Apr 02 00:46:11 2014 +0000

description:
Get rid of a wrong comma

diffstat:

 sys/arch/sgimips/gio/pci_gio.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r cb2610ec1200 -r 48860b019b8a sys/arch/sgimips/gio/pci_gio.c
--- a/sys/arch/sgimips/gio/pci_gio.c    Tue Apr 01 23:57:54 2014 +0000
+++ b/sys/arch/sgimips/gio/pci_gio.c    Wed Apr 02 00:46:11 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_gio.c,v 1.12 2014/03/29 19:28:30 christos Exp $    */
+/*     $NetBSD: pci_gio.c,v 1.13 2014/04/02 00:46:11 ozaki-r Exp $     */
 
 /*
  * Copyright (c) 2006 Stephen M. Rumble
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_gio.c,v 1.12 2014/03/29 19:28:30 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_gio.c,v 1.13 2014/04/02 00:46:11 ozaki-r Exp $");
 
 /*
  * Glue for PCI devices that are connected to the GIO bus by various little
@@ -302,7 +302,7 @@
 
 static const char *
 giopci_intr_string(pci_chipset_tag_t pc, pci_intr_handle_t ih, char * buf,
-    size_t, len)
+    size_t len)
 {
        snprintf(buf, len, "slot %s", (ih == GIO_SLOT_EXP0) ? "EXP0" :
            (ih == GIO_SLOT_EXP1) ? "EXP1" : "GFX");



Home | Main Index | Thread Index | Old Index