Module Name:    src
Committed By:   skrll
Date:           Sat Oct 24 15:24:13 UTC 2015

Modified Files:
        src/sys/dev/usb [nick-nhusb]: ehci.c

Log Message:
KNF a comment


To generate a diff of this commit:
cvs rdiff -u -r1.234.2.59 -r1.234.2.60 src/sys/dev/usb/ehci.c

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/ehci.c
diff -u src/sys/dev/usb/ehci.c:1.234.2.59 src/sys/dev/usb/ehci.c:1.234.2.60
--- src/sys/dev/usb/ehci.c:1.234.2.59	Sat Oct 24 15:21:51 2015
+++ src/sys/dev/usb/ehci.c	Sat Oct 24 15:24:13 2015
@@ -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 @@ ehci_device_isoc_start(struct usbd_xfer 
 
 		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,

Reply via email to