Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb "periodic frame list", not "period frame list" i...
details: https://anonhg.NetBSD.org/src/rev/8e69e48694cf
branches: trunk
changeset: 372627:8e69e48694cf
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Tue Dec 13 21:13:16 2022 +0000
description:
"periodic frame list", not "period frame list" in comments
diffstat:
sys/dev/usb/ehci.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (39 lines):
diff -r febc5a3b29a6 -r 8e69e48694cf sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c Tue Dec 13 21:11:00 2022 +0000
+++ b/sys/dev/usb/ehci.c Tue Dec 13 21:13:16 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci.c,v 1.312 2022/12/13 21:11:00 jakllsch Exp $ */
+/* $NetBSD: ehci.c,v 1.313 2022/12/13 21:13:16 jakllsch Exp $ */
/*
* Copyright (c) 2004-2012,2016,2020 The NetBSD Foundation, Inc.
@@ -54,7 +54,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.312 2022/12/13 21:11:00 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.313 2022/12/13 21:13:16 jakllsch Exp $");
#include "ohci.h"
#include "uhci.h"
@@ -4483,7 +4483,7 @@
* Part 2: Transfer descriptors have now been set up, now they must
* be scheduled into the periodic frame list. Erk. Not wanting to
* complicate matters, transfer is denied if the transfer spans
- * more than the period frame list.
+ * more than the periodic frame list.
*/
/* Start inserting frames */
@@ -4858,9 +4858,9 @@
/*
* Part 2: Transfer descriptors have now been set up, now they must
- * be scheduled into the period frame list. Erk. Not wanting to
+ * be scheduled into the periodic frame list. Erk. Not wanting to
* complicate matters, transfer is denied if the transfer spans
- * more than the period frame list.
+ * more than the periodic frame list.
*/
/* Start inserting frames */
Home |
Main Index |
Thread Index |
Old Index