Module Name:    src
Committed By:   skrll
Date:           Wed Mar 18 07:37:02 UTC 2015

Modified Files:
        src/sys/dev/usb [nick-nhusb]: ehcivar.h

Log Message:
KNF


To generate a diff of this commit:
cvs rdiff -u -r1.42.14.10 -r1.42.14.11 src/sys/dev/usb/ehcivar.h

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/usb/ehcivar.h
diff -u src/sys/dev/usb/ehcivar.h:1.42.14.10 src/sys/dev/usb/ehcivar.h:1.42.14.11
--- src/sys/dev/usb/ehcivar.h:1.42.14.10	Mon Mar  2 21:52:02 2015
+++ src/sys/dev/usb/ehcivar.h	Wed Mar 18 07:37:02 2015
@@ -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 @@ typedef struct ehci_softc {
 
 	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;

Reply via email to