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 a comment
details: https://anonhg.NetBSD.org/src/rev/e8acf69a9cab
branches: nick-nhusb
changeset: 334287:e8acf69a9cab
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Oct 24 15:24:13 2015 +0000
description:
KNF a comment
diffstat:
sys/dev/usb/ehci.c | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 446444099375 -r e8acf69a9cab sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c Sat Oct 24 15:21:51 2015 +0000
+++ b/sys/dev/usb/ehci.c Sat Oct 24 15:24:13 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci.c,v 1.234.2.59 2015/10/24 15:21:51 skrll Exp $ */
+/* $NetBSD: ehci.c,v 1.234.2.60 2015/10/24 15:24:13 skrll Exp $ */
/*
* Copyright (c) 2004-2012 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.59 2015/10/24 15:21:51 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.60 2015/10/24 15:24:13 skrll Exp $");
#include "ohci.h"
#include "uhci.h"
@@ -4620,8 +4620,10 @@
itd->itd.itd_next = sc->sc_flist[frindex];
if (itd->itd.itd_next == 0)
- /* FIXME: frindex table gets initialized to NULL
- * or EHCI_NULL? */
+ /*
+ * FIXME: frindex table gets initialized to NULL
+ * or EHCI_NULL?
+ */
itd->itd.itd_next = EHCI_NULL;
usb_syncmem(&itd->dma,
Home |
Main Index |
Thread Index |
Old Index