Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic s/failing/failed/ for the aprint_error()



details:   https://anonhg.NetBSD.org/src/rev/01abeab5fd4f
branches:  trunk
changeset: 446023:01abeab5fd4f
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Tue Nov 20 19:19:21 2018 +0000

description:
s/failing/failed/ for the aprint_error()

diffstat:

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

diffs (27 lines):

diff -r c91f8f5452d7 -r 01abeab5fd4f sys/dev/ic/ahcisata_core.c
--- a/sys/dev/ic/ahcisata_core.c        Tue Nov 20 19:05:25 2018 +0000
+++ b/sys/dev/ic/ahcisata_core.c        Tue Nov 20 19:19:21 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ahcisata_core.c,v 1.70 2018/11/20 08:47:55 jdolecek Exp $      */
+/*     $NetBSD: ahcisata_core.c,v 1.71 2018/11/20 19:19:21 jdolecek Exp $      */
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahcisata_core.c,v 1.70 2018/11/20 08:47:55 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahcisata_core.c,v 1.71 2018/11/20 19:19:21 jdolecek Exp $");
 
 #include <sys/types.h>
 #include <sys/malloc.h>
@@ -999,7 +999,7 @@
                        /* If probe for PMP failed, just fallback to drive 0 */
                        if (error) {
                                aprint_error("%s port %d: drive %d reset "
-                                   "failing, disabling PMP\n",
+                                   "failed, disabling PMP\n",
                                    AHCINAME(sc), chp->ch_channel,
                                PMP_PORT_CTL);
 



Home | Main Index | Thread Index | Old Index