Module Name:    src
Committed By:   skrll
Date:           Sun Aug  7 08:12:47 UTC 2022

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

Log Message:
whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.368 -r1.369 src/sys/dev/pci/if_bge.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/if_bge.c
diff -u src/sys/dev/pci/if_bge.c:1.368 src/sys/dev/pci/if_bge.c:1.369
--- src/sys/dev/pci/if_bge.c:1.368	Sun Aug  7 07:48:19 2022
+++ src/sys/dev/pci/if_bge.c	Sun Aug  7 08:12:47 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_bge.c,v 1.368 2022/08/07 07:48:19 skrll Exp $	*/
+/*	$NetBSD: if_bge.c,v 1.369 2022/08/07 08:12:47 skrll Exp $	*/
 
 /*
  * Copyright (c) 2001 Wind River Systems
@@ -79,7 +79,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.368 2022/08/07 07:48:19 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.369 2022/08/07 08:12:47 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/type.h>
@@ -279,7 +279,7 @@ static void bge_ape_driver_state_change(
 #define BGE_TSO_PRINTF(x)  do { if (bge_tso_debug) printf x ;} while (0)
 int	bgedebug = 0;
 int	bge_tso_debug = 0;
-void		bge_debug_info(struct bge_softc *);
+void	bge_debug_info(struct bge_softc *);
 #else
 #define DPRINTF(x)
 #define DPRINTFN(n, x)

Reply via email to