Module Name:    src
Committed By:   skrll
Date:           Wed Jan  2 09:49:15 UTC 2013

Modified Files:
        src/sys/dev/usb: ehci.c

Log Message:
KNF a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 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.193 src/sys/dev/usb/ehci.c:1.194
--- src/sys/dev/usb/ehci.c:1.193	Sun Nov  4 12:01:55 2012
+++ src/sys/dev/usb/ehci.c	Wed Jan  2 09:49:14 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: ehci.c,v 1.193 2012/11/04 12:01:55 matt Exp $ */
+/*	$NetBSD: ehci.c,v 1.194 2013/01/02 09:49:14 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.193 2012/11/04 12:01:55 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.194 2013/01/02 09:49:14 skrll Exp $");
 
 #include "ohci.h"
 #include "uhci.h"
@@ -3393,8 +3393,10 @@ ehci_device_request(usbd_xfer_handle xfe
 	sqh = epipe->sqh;
 	epipe->u.ctl.length = len;
 
-	/* Update device address and length since they may have changed
-	   during the setup of the control pipe in usbd_new_device(). */
+	/*
+	 * Update device address and length since they may have changed
+	 * during the setup of the control pipe in usbd_new_device().
+	 */
 	/* XXX This only needs to be done once, but it's too early in open. */
 	/* XXXX Should not touch ED here! */
 	sqh->qh.qh_endp =

Reply via email to