Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Tweak a comment in previous



details:   https://anonhg.NetBSD.org/src/rev/1b4b0508a1e6
branches:  trunk
changeset: 746474:1b4b0508a1e6
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Apr 02 11:52:41 2020 +0000

description:
Tweak a comment in previous

diffstat:

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

diffs (18 lines):

diff -r 1c6e351b7a6c -r 1b4b0508a1e6 sys/dev/usb/xhcivar.h
--- a/sys/dev/usb/xhcivar.h     Thu Apr 02 11:37:23 2020 +0000
+++ b/sys/dev/usb/xhcivar.h     Thu Apr 02 11:52:41 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xhcivar.h,v 1.12 2020/04/02 11:37:23 skrll Exp $       */
+/*     $NetBSD: xhcivar.h,v 1.13 2020/04/02 11:52:41 skrll Exp $       */
 
 /*
  * Copyright (c) 2013 Jonathan A. Kollasch
@@ -72,7 +72,7 @@
        usb_dma_t xs_dc_dma;            /* device context page */
        usb_dma_t xs_ic_dma;            /* input context page */
        struct xhci_ring *xs_xr[XHCI_MAX_DCI + 1];
-                                       /* transfer ring */
+                                       /* transfer rings */
        u_int xs_idx;                   /* slot index */
 };
 



Home | Main Index | Thread Index | Old Index