Source-Changes-HG archive

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

[src/nick-nhusb]: src/sys/dev/usb KNF



details:   https://anonhg.NetBSD.org/src/rev/dfda3664dfeb
branches:  nick-nhusb
changeset: 804299:dfda3664dfeb
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Mar 18 07:37:02 2015 +0000

description:
KNF

diffstat:

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

diffs (19 lines):

diff -r d78e1f8dd144 -r dfda3664dfeb sys/dev/usb/ehcivar.h
--- a/sys/dev/usb/ehcivar.h     Wed Mar 18 06:42:02 2015 +0000
+++ b/sys/dev/usb/ehcivar.h     Wed Mar 18 07:37:02 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ehcivar.h,v 1.42.14.10 2015/03/02 21:52:02 skrll Exp $ */
+/*     $NetBSD: ehcivar.h,v 1.42.14.11 2015/03/18 07:37:02 skrll Exp $ */
 
 /*
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -166,7 +166,8 @@
 
        struct ehci_soft_islot sc_islots[EHCI_INTRQHS];
 
-       /* jcmm - an array matching sc_flist, but with software pointers,
+       /*
+        * an array matching sc_flist, but with software pointers,
         * not hardware address pointers
         */
        struct ehci_soft_itd **sc_softitds;



Home | Main Index | Thread Index | Old Index