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 comments with whitespace
details: https://anonhg.NetBSD.org/src/rev/d17c5c19d516
branches: nick-nhusb
changeset: 334388:d17c5c19d516
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Feb 06 11:23:43 2016 +0000
description:
KNF comments with whitespace
diffstat:
sys/dev/usb/ehci.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (42 lines):
diff -r ba66eb72aedc -r d17c5c19d516 sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c Sat Feb 06 10:24:58 2016 +0000
+++ b/sys/dev/usb/ehci.c Sat Feb 06 11:23:43 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci.c,v 1.234.2.84 2016/02/06 10:24:58 skrll Exp $ */
+/* $NetBSD: ehci.c,v 1.234.2.85 2016/02/06 11:23:43 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.84 2016/02/06 10:24:58 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.85 2016/02/06 11:23:43 skrll Exp $");
#include "ohci.h"
#include "uhci.h"
@@ -834,10 +834,10 @@
TAILQ_FOREACH_SAFE(ex, &cq, ex_next, nextex) {
/*
- * XXX transfer_complete memcpys out transfer data (for in
- * endpoints) during this call, before methods->done is called.
- * A dma sync required beforehand.
- */
+ * XXX transfer_complete memcpys out transfer data (for in
+ * endpoints) during this call, before methods->done is called.
+ * A dma sync required beforehand.
+ */
usb_transfer_complete(&ex->ex_xfer);
}
@@ -4907,7 +4907,7 @@
/*
* Step 1.5, initialize uframes
- */
+ */
for (j = 0; j < EHCI_ITD_NUFRAMES; j += uframes) {
/* Calculate which page in the list this starts in */
int addr = DMAADDR(dma_buf, froffs);
Home |
Main Index |
Thread Index |
Old Index