Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Fix a wrong comment in ixl(4)



details:   https://anonhg.NetBSD.org/src/rev/6a9bf8bad72e
branches:  trunk
changeset: 744753:6a9bf8bad72e
user:      yamaguchi <yamaguchi%NetBSD.org@localhost>
date:      Wed Feb 12 06:21:44 2020 +0000

description:
Fix a wrong comment in ixl(4)

diffstat:

 sys/dev/pci/if_ixl.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 29b10453c06c -r 6a9bf8bad72e sys/dev/pci/if_ixl.c
--- a/sys/dev/pci/if_ixl.c      Wed Feb 12 06:20:13 2020 +0000
+++ b/sys/dev/pci/if_ixl.c      Wed Feb 12 06:21:44 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ixl.c,v 1.38 2020/02/12 06:20:13 yamaguchi Exp $    */
+/*     $NetBSD: if_ixl.c,v 1.39 2020/02/12 06:21:44 yamaguchi Exp $    */
 
 /*
  * Copyright (c) 2013-2015, Intel Corporation
@@ -4348,7 +4348,7 @@
 
        if (ixl_dmamem_alloc(sc, &idm, IXL_AQ_BUFLEN, 0) != 0) {
                aprint_error_dev(sc->sc_dev,
-                   "unable to allocate switch config buffer\n");
+                   "unable to allocate phy abilities buffer\n");
                return -1;
        }
 



Home | Main Index | Thread Index | Old Index