Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci/ixgbe Modify error message to sync with ixgbe.c
details: https://anonhg.NetBSD.org/src/rev/a417945b6f86
branches: trunk
changeset: 954182:a417945b6f86
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Mar 31 07:52:14 2021 +0000
description:
Modify error message to sync with ixgbe.c
diffstat:
sys/dev/pci/ixgbe/ixv.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 54b612e6825d -r a417945b6f86 sys/dev/pci/ixgbe/ixv.c
--- a/sys/dev/pci/ixgbe/ixv.c Wed Mar 31 06:35:35 2021 +0000
+++ b/sys/dev/pci/ixgbe/ixv.c Wed Mar 31 07:52:14 2021 +0000
@@ -1,4 +1,4 @@
-/*$NetBSD: ixv.c,v 1.156 2021/03/11 02:30:47 msaitoh Exp $*/
+/*$NetBSD: ixv.c,v 1.157 2021/03/31 07:52:14 msaitoh Exp $*/
/******************************************************************************
@@ -3358,7 +3358,7 @@
IXGBE_WORKQUEUE_FLAGS);
if (error) {
aprint_error_dev(dev,
- "couldn't create workqueue\n");
+ "couldn't create workqueue for Tx/Rx\n");
}
/* and Mailbox */
Home |
Main Index |
Thread Index |
Old Index