Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci whitespace
details: https://anonhg.NetBSD.org/src/rev/56b7fe69d6be
branches: trunk
changeset: 368826:56b7fe69d6be
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Aug 07 08:12:47 2022 +0000
description:
whitespace
diffstat:
sys/dev/pci/if_bge.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r cdcb54fa6528 -r 56b7fe69d6be sys/dev/pci/if_bge.c
--- a/sys/dev/pci/if_bge.c Sun Aug 07 07:48:19 2022 +0000
+++ b/sys/dev/pci/if_bge.c Sun Aug 07 08:12:47 2022 +0000
@@ -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 @@
#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)
Home |
Main Index |
Thread Index |
Old Index