Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Add missing }



details:   https://anonhg.NetBSD.org/src/rev/fed65195deda
branches:  trunk
changeset: 517894:fed65195deda
user:      augustss <augustss%NetBSD.org@localhost>
date:      Wed Nov 21 02:47:07 2001 +0000

description:
Add missing }

diffstat:

 sys/dev/usb/ehci.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r a508ee482920 -r fed65195deda sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c        Wed Nov 21 02:44:30 2001 +0000
+++ b/sys/dev/usb/ehci.c        Wed Nov 21 02:47:07 2001 +0000
@@ -1,7 +1,7 @@
 /* TODO
 Add intrinfo.
 */
-/*     $NetBSD: ehci.c,v 1.15 2001/11/21 02:44:30 augustss Exp $       */
+/*     $NetBSD: ehci.c,v 1.16 2001/11/21 02:47:07 augustss Exp $       */
 
 /*
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.15 2001/11/21 02:44:30 augustss Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.16 2001/11/21 02:47:07 augustss Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -860,6 +860,7 @@
                        case EHCI_LINK_QH: printf("QH"); break;
                        case EHCI_LINK_SITD: printf("SITD"); break;
                        case EHCI_LINK_FSTN: printf("FSTN"); break;
+                       }
                }
                printf(">");
        }



Home | Main Index | Thread Index | Old Index