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/949d171da4db
branches: trunk
changeset: 1008752:949d171da4db
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 29fa1831cdea -r 949d171da4db 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