Module Name: src
Committed By: andvar
Date: Tue May 21 08:04:20 UTC 2024
Modified Files:
src/sys/dev/ic: ne2000.c
Log Message:
nix extra whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/dev/ic/ne2000.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/ic/ne2000.c
diff -u src/sys/dev/ic/ne2000.c:1.78 src/sys/dev/ic/ne2000.c:1.79
--- src/sys/dev/ic/ne2000.c:1.78 Tue May 21 07:29:40 2024
+++ src/sys/dev/ic/ne2000.c Tue May 21 08:04:20 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: ne2000.c,v 1.78 2024/05/21 07:29:40 andvar Exp $ */
+/* $NetBSD: ne2000.c,v 1.79 2024/05/21 08:04:20 andvar Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -48,7 +48,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ne2000.c,v 1.78 2024/05/21 07:29:40 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ne2000.c,v 1.79 2024/05/21 08:04:20 andvar Exp $");
#include "rtl80x9.h"
@@ -373,7 +373,7 @@ ne2000_detect(bus_space_tag_t nict, bus_
/*
* Generic probe routine for testing for the existence of a DS8390.
- * Must be performed after the NIC has just been reset. This
+ * Must be performed after the NIC has just been reset. This
* works by looking at certain register values that are guaranteed
* to be initialized a certain way after power-up or reset.
*