Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Update a comment



details:   https://anonhg.NetBSD.org/src/rev/0f76783c0ea2
branches:  trunk
changeset: 793693:0f76783c0ea2
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Feb 23 13:22:32 2014 +0000

description:
Update a comment

diffstat:

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

diffs (27 lines):

diff -r 6efbb669cd76 -r 0f76783c0ea2 sys/dev/usb/udl.c
--- a/sys/dev/usb/udl.c Sun Feb 23 13:15:12 2014 +0000
+++ b/sys/dev/usb/udl.c Sun Feb 23 13:22:32 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: udl.c,v 1.10 2013/11/14 13:11:50 skrll Exp $   */
+/*     $NetBSD: udl.c,v 1.11 2014/02/23 13:22:32 skrll Exp $   */
 
 /*-
  * Copyright (c) 2009 FUKAUMI Naoki.
@@ -53,7 +53,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: udl.c,v 1.10 2013/11/14 13:11:50 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: udl.c,v 1.11 2014/02/23 13:22:32 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -1534,7 +1534,7 @@
        TAILQ_REMOVE(&sc->sc_xfercmd, cmdq, cq_chain);
        udl_cmdq_put(sc, cmdq);
 
-       /* wakeup xfer op that sleeps for a free xfer buffer */
+       /* signal xfer op that sleeps for a free xfer buffer */
        cv_signal(&sc->sc_cv);
        mutex_exit(&sc->sc_mtx);
 }



Home | Main Index | Thread Index | Old Index