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/6006d5ea57c4
branches:  nick-nhusb
changeset: 334105:6006d5ea57c4
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Feb 01 08:29:46 2015 +0000

description:
KNF

diffstat:

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

diffs (18 lines):

diff -r 3bdfd617f9cf -r 6006d5ea57c4 sys/dev/usb/ehcivar.h
--- a/sys/dev/usb/ehcivar.h     Sun Feb 01 08:23:02 2015 +0000
+++ b/sys/dev/usb/ehcivar.h     Sun Feb 01 08:29:46 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ehcivar.h,v 1.42.14.8 2015/02/01 06:15:41 skrll Exp $ */
+/*     $NetBSD: ehcivar.h,v 1.42.14.9 2015/02/01 08:29:46 skrll Exp $ */
 
 /*
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
        };
        union {
                struct {
-                       /* soft_itds links in a periodic frame*/
+                       /* soft_itds links in a periodic frame */
                        struct ehci_soft_itd *next;
                        struct ehci_soft_itd *prev;
                } frame_list;



Home | Main Index | Thread Index | Old Index