Source-Changes-HG archive

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

[src/jdolecek-ncq]: src/sys/dev/usb fix comment



details:   https://anonhg.NetBSD.org/src/rev/80984bccc40c
branches:  jdolecek-ncq
changeset: 352707:80984bccc40c
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun Jul 16 21:41:47 2017 +0000

description:
fix comment

diffstat:

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

diffs (27 lines):

diff -r 3470aad2d004 -r 80984bccc40c sys/dev/usb/umass_isdata.c
--- a/sys/dev/usb/umass_isdata.c        Mon Jul 03 19:54:44 2017 +0000
+++ b/sys/dev/usb/umass_isdata.c        Sun Jul 16 21:41:47 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: umass_isdata.c,v 1.33.4.6 2017/06/24 00:23:39 jdolecek Exp $   */
+/*     $NetBSD: umass_isdata.c,v 1.33.4.7 2017/07/16 21:41:47 jdolecek Exp $   */
 
 /*
  * TODO:
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umass_isdata.c,v 1.33.4.6 2017/06/24 00:23:39 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umass_isdata.c,v 1.33.4.7 2017/07/16 21:41:47 jdolecek Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -556,7 +556,7 @@
        xfer->c_ata_c.data = tb;
        xfer->c_ata_c.bcount = DEV_BSIZE;
        if (uisdata_exec_command(drvp, xfer) != ATACMD_COMPLETE) {
-               DPRINTF(("uisdata_get_parms: wdc_exec_command failed\n"));
+               DPRINTF(("uisdata_get_parms: uisdata_exec_command failed\n"));
                rv = CMD_AGAIN;
                goto out;
        }



Home | Main Index | Thread Index | Old Index