Module Name:    src
Committed By:   skrll
Date:           Fri Nov 12 06:56:50 UTC 2021

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

Log Message:
KNF


To generate a diff of this commit:
cvs rdiff -u -r1.293 -r1.294 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.293 src/sys/dev/pci/ixgbe/ixgbe.c:1.294
--- src/sys/dev/pci/ixgbe/ixgbe.c:1.293	Thu Sep 30 04:06:50 2021
+++ src/sys/dev/pci/ixgbe/ixgbe.c	Fri Nov 12 06:56:50 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: ixgbe.c,v 1.293 2021/09/30 04:06:50 yamaguchi Exp $ */
+/* $NetBSD: ixgbe.c,v 1.294 2021/11/12 06:56:50 skrll Exp $ */
 
 /******************************************************************************
 
@@ -64,7 +64,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixgbe.c,v 1.293 2021/09/30 04:06:50 yamaguchi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixgbe.c,v 1.294 2021/11/12 06:56:50 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -2516,7 +2516,7 @@ ixgbe_setup_vlan_hw_support(struct adapt
 	struct vlanid_list *vlanidp;
 
 	/*
-	 *  This function is called from both if_init and ifflags_cb()
+	 * This function is called from both if_init and ifflags_cb()
 	 * on NetBSD.
 	 */
 

Reply via email to