Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb KNF a comment.
details: https://anonhg.NetBSD.org/src/rev/1d9984cb3193
branches: trunk
changeset: 783635:1d9984cb3193
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Jan 02 09:49:14 2013 +0000
description:
KNF a comment.
diffstat:
sys/dev/usb/ehci.c | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 2e740f74c5b1 -r 1d9984cb3193 sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c Wed Jan 02 05:54:58 2013 +0000
+++ b/sys/dev/usb/ehci.c Wed Jan 02 09:49:14 2013 +0000
@@ -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 @@
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 =
Home |
Main Index |
Thread Index |
Old Index