Module Name: src
Committed By: msaitoh
Date: Thu Jul 20 02:27:36 UTC 2017
Modified Files:
src/sys/dev/ic: nslm7x.c
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/dev/ic/nslm7x.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/nslm7x.c
diff -u src/sys/dev/ic/nslm7x.c:1.66 src/sys/dev/ic/nslm7x.c:1.67
--- src/sys/dev/ic/nslm7x.c:1.66 Thu Jul 20 02:24:31 2017
+++ src/sys/dev/ic/nslm7x.c Thu Jul 20 02:27:36 2017
@@ -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 @@ wb_nct6776f_refresh_fanrpm(struct lm_sof
}
static const char *
-wm_nct67xx_id2str(uint8_t id)
+wb_nct67xx_id2str(uint8_t id)
{
int i;