summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/lm93.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-09-05 20:40:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-09-05 20:40:56 +0000
commit24dd72f13d3889b1f55f1ececfc71a981a838165 (patch)
treee09d5dbbf68772ea983fb7254ad9bbec45a1b29b /sys/dev/i2c/lm93.c
parent053bc0011404d75c058ef18c53edb607abb290b5 (diff)
typo; Mike Belopuhov
Diffstat (limited to 'sys/dev/i2c/lm93.c')
-rw-r--r--sys/dev/i2c/lm93.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/lm93.c b/sys/dev/i2c/lm93.c
index bd961aa283f..75f21cfd9a2 100644
--- a/sys/dev/i2c/lm93.c
+++ b/sys/dev/i2c/lm93.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lm93.c,v 1.3 2007/09/05 16:23:30 deraadt Exp $ */
+/* $OpenBSD: lm93.c,v 1.4 2007/09/05 20:40:55 deraadt Exp $ */
/*
* Copyright (c) 2005 Mark Kettenis
@@ -99,7 +99,7 @@ struct {
{ LMN_IN4_V, LM93_IN4_V, "FSB_Vtt 1.6V", 1600, 0 },
{ LMN_IN5_V, LM93_IN5_V, "3GIO 2V ", 2000, 0 },
{ LMN_IN6_V, LM93_IN6_V, "ICH_Core 2V", 2000, 0 },
- { LMN_IN7_V, LM93_IN7_V, "Vccp1 1.6V", 1600, 0,},
+ { LMN_IN7_V, LM93_IN7_V, "Vccp1 1.6V", 1600, 0 },
{ LMN_IN8_V, LM93_IN8_V, "Vccp2 1.6V", 1600, 0 },
{ LMN_IN9_V, LM93_IN9_V, "+3.3V", 4400, 0 },
{ LMN_IN10_V, LM93_IN10_V, "+5V", 6667, 0 },