diff options
| author | skrll <skrll@NetBSD.org> | 2021-12-20 12:56:25 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2021-12-20 12:56:25 +0000 |
| commit | eb401027ea7f5fe6e6ca062fccd60cfaf4217896 (patch) | |
| tree | 5765155315328d2906b9bb1c1366ca0c527907c9 | |
| parent | e4346bcb7c10ce0bdf7f2009e33f908645be9698 (diff) | |
whitespace in a comment
| -rw-r--r-- | sys/dev/pci/if_wm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_wm.c b/sys/dev/pci/if_wm.c index da009f46a64..906b588b8de 100644 --- a/sys/dev/pci/if_wm.c +++ b/sys/dev/pci/if_wm.c @@ -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 @@ wm_flush_desc_rings(struct wm_softc *sc) * 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. */ |
