Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Remove a stray '



details:   https://anonhg.NetBSD.org/src/rev/c338b2289cdb
branches:  trunk
changeset: 466708:c338b2289cdb
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Dec 31 18:11:18 2019 +0000

description:
Remove a stray '

diffstat:

 sys/dev/usb/ehci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 61fc50bbe5c9 -r c338b2289cdb sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c        Tue Dec 31 18:09:21 2019 +0000
+++ b/sys/dev/usb/ehci.c        Tue Dec 31 18:11:18 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ehci.c,v 1.267 2019/06/13 17:20:25 maxv Exp $ */
+/*     $NetBSD: ehci.c,v 1.268 2019/12/31 18:11:18 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.267 2019/06/13 17:20:25 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.268 2019/12/31 18:11:18 skrll Exp $");
 
 #include "ohci.h"
 #include "uhci.h"
@@ -2609,7 +2609,7 @@
  * for RB_SINGLE, but the same basic issue exists.
  *
  * The way ehci hand-off works, the companion controller does not get the
- * device until after its' initial bus explore, so the reference dropped
+ * device until after its initial bus explore, so the reference dropped
  * after the first explore is not enough.  5 seconds should be enough,
  * and EHCI_DISOWN_DELAY_SECONDS can be set to another value.
  *



Home | Main Index | Thread Index | Old Index