Module Name:    src
Committed By:   skrll
Date:           Sat Jun 18 08:20:57 UTC 2022

Modified Files:
        src/sys/dev/pci/ixgbe: ixgbe.c

Log Message:
aprintf_normal -> aprint_normal


To generate a diff of this commit:
cvs rdiff -u -r1.321 -r1.322 src/sys/dev/pci/ixgbe/ixgbe.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/ixgbe/ixgbe.c
diff -u src/sys/dev/pci/ixgbe/ixgbe.c:1.321 src/sys/dev/pci/ixgbe/ixgbe.c:1.322
--- src/sys/dev/pci/ixgbe/ixgbe.c:1.321	Thu Jun  2 17:20:21 2022
+++ src/sys/dev/pci/ixgbe/ixgbe.c	Sat Jun 18 08:20:56 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: ixgbe.c,v 1.321 2022/06/02 17:20:21 msaitoh Exp $ */
+/* $NetBSD: ixgbe.c,v 1.322 2022/06/18 08:20:56 skrll Exp $ */
 
 /******************************************************************************
 
@@ -64,7 +64,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixgbe.c,v 1.321 2022/06/02 17:20:21 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixgbe.c,v 1.322 2022/06/18 08:20:56 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -6923,7 +6923,7 @@ ixgbe_allocate_msix(struct adapter *adap
 		if (error == 0) {
 #if 1 /* def IXGBE_DEBUG */
 #ifdef	RSS
-			aprintf_normal(", bound RSS bucket %d to CPU %d", i,
+			aprint_normal(", bound RSS bucket %d to CPU %d", i,
 			    cpu_id % ncpu);
 #else
 			aprint_normal(", bound queue %d to cpu %d", i,

Reply via email to