Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Fix comment. No functional change.



details:   https://anonhg.NetBSD.org/src/rev/f4965cd549f2
branches:  trunk
changeset: 446223:f4965cd549f2
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Nov 28 08:19:19 2018 +0000

description:
Fix comment. No functional change.

diffstat:

 sys/dev/pci/if_wm.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 10bae0adc43b -r f4965cd549f2 sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Wed Nov 28 08:16:46 2018 +0000
+++ b/sys/dev/pci/if_wm.c       Wed Nov 28 08:19:19 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.601 2018/11/22 15:09:46 msaitoh Exp $      */
+/*     $NetBSD: if_wm.c,v 1.602 2018/11/28 08:19:19 msaitoh Exp $      */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -83,7 +83,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.601 2018/11/22 15:09:46 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.602 2018/11/28 08:19:19 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_net_mpsafe.h"
@@ -14733,7 +14733,7 @@
 }
 
 /*
- *  wm_k1_gig_workaround_lv - K1 Si workaround
+ *  wm_k1_workaround_lv - K1 Si workaround
  *  @sc:   pointer to the HW structure
  *
  *  Workaround to set the K1 beacon duration for 82579 parts in 10Mbps



Home | Main Index | Thread Index | Old Index