Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Add a comment and reformat some others



details:   https://anonhg.NetBSD.org/src/rev/a567ea91113f
branches:  trunk
changeset: 345365:a567ea91113f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun May 22 07:52:09 2016 +0000

description:
Add a comment and reformat some others

diffstat:

 sys/dev/usb/ohcivar.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r ee7c64438cfb -r a567ea91113f sys/dev/usb/ohcivar.h
--- a/sys/dev/usb/ohcivar.h     Sun May 22 05:03:17 2016 +0000
+++ b/sys/dev/usb/ohcivar.h     Sun May 22 07:52:09 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ohcivar.h,v 1.56 2016/04/23 10:15:32 skrll Exp $       */
+/*     $NetBSD: ohcivar.h,v 1.57 2016/05/22 07:52:09 skrll Exp $       */
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -48,12 +48,12 @@
 
 typedef struct ohci_soft_td {
        ohci_td_t td;
-       struct ohci_soft_td *nexttd; /* mirrors nexttd in TD */
-       struct ohci_soft_td *dnext; /* next in done list */
+       struct ohci_soft_td *nexttd;    /* mirrors nexttd in TD */
+       struct ohci_soft_td *dnext;     /* next in done list */
        ohci_physaddr_t physaddr;
        usb_dma_t dma;
        int offs;
-       LIST_ENTRY(ohci_soft_td) hnext;
+       LIST_ENTRY(ohci_soft_td) hnext; /* next on hash list */
        struct usbd_xfer *xfer;
        uint16_t len;
        uint16_t flags;



Home | Main Index | Thread Index | Old Index