Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/36cc517830d1
branches:  trunk
changeset: 825531:36cc517830d1
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Jul 20 02:27:36 2017 +0000

description:
Fix typo.

diffstat:

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

diffs (27 lines):

diff -r a846bc3c4f8e -r 36cc517830d1 sys/dev/ic/nslm7x.c
--- a/sys/dev/ic/nslm7x.c       Thu Jul 20 02:24:31 2017 +0000
+++ b/sys/dev/ic/nslm7x.c       Thu Jul 20 02:27:36 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nslm7x.c,v 1.66 2017/07/20 02:24:31 msaitoh Exp $ */
+/*     $NetBSD: nslm7x.c,v 1.67 2017/07/20 02:27:36 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nslm7x.c,v 1.66 2017/07/20 02:24:31 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nslm7x.c,v 1.67 2017/07/20 02:27:36 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -2619,7 +2619,7 @@
 }
 
 static const char *
-wm_nct67xx_id2str(uint8_t id)
+wb_nct67xx_id2str(uint8_t id)
 {
        int i;
 



Home | Main Index | Thread Index | Old Index