Module Name: src
Committed By: skrll
Date: Sun Feb 1 08:29:46 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.8 -r1.42.14.9 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.8 src/sys/dev/usb/ehcivar.h:1.42.14.9
--- src/sys/dev/usb/ehcivar.h:1.42.14.8 Sun Feb 1 06:15:41 2015
+++ src/sys/dev/usb/ehcivar.h Sun Feb 1 08:29:46 2015
@@ -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 @@ typedef struct ehci_soft_itd {
};
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;