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 in a comment
details: https://anonhg.NetBSD.org/src/rev/02d21e15fc6a
branches: trunk
changeset: 1029061:02d21e15fc6a
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Dec 20 12:56:25 2021 +0000
description:
whitespace in a comment
diffstat:
sys/dev/pci/if_wm.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r d5bd1bf60589 -r 02d21e15fc6a sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c Mon Dec 20 12:56:07 2021 +0000
+++ b/sys/dev/pci/if_wm.c Mon Dec 20 12:56:25 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_wm.c,v 1.722 2021/12/11 17:05:50 skrll Exp $ */
+/* $NetBSD: if_wm.c,v 1.723 2021/12/20 12:56:25 skrll Exp $ */
/*
* Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -82,7 +82,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.722 2021/12/11 17:05:50 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.723 2021/12/20 12:56:25 skrll Exp $");
#ifdef _KERNEL_OPT
#include "opt_net_mpsafe.h"
@@ -4895,7 +4895,7 @@
* Remove all descriptors from the tx_ring.
*
* We want to clear all pending descriptors from the TX ring. Zeroing
- * happens when the HW reads the regs. We assign the ring itself as
+ * happens when the HW reads the regs. We assign the ring itself as
* the data of the next descriptor. We don't care about the data we are
* about to reset the HW.
*/
Home |
Main Index |
Thread Index |
Old Index