From 7adef2f46aef8f6f671b9ef63be4d19840dffa2e Mon Sep 17 00:00:00 2001 From: msaitoh Date: Thu, 20 Jul 2017 02:27:36 +0000 Subject: [PATCH] Fix typo. --- sys/dev/ic/nslm7x.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/ic/nslm7x.c b/sys/dev/ic/nslm7x.c index 013bca029ffb..eceb89acb854 100644 --- a/sys/dev/ic/nslm7x.c +++ b/sys/dev/ic/nslm7x.c @@ -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 -__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 #include @@ -2619,7 +2619,7 @@ wb_nct6776f_refresh_fanrpm(struct lm_softc *sc, int n) } static const char * -wm_nct67xx_id2str(uint8_t id) +wb_nct67xx_id2str(uint8_t id) { int i;