summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/lm75.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-04-10 00:57:24 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-04-10 00:57:24 +0000
commit0602c2b7470c56147da822cbe3090da04d90944f (patch)
tree775ae059593610f0cb774b9216c37efdb6799974 /sys/dev/i2c/lm75.c
parent2838f69c6622a9eb3a2db9ff1466b4d5dd2eb379 (diff)
make this match our code standards
Diffstat (limited to 'sys/dev/i2c/lm75.c')
-rw-r--r--sys/dev/i2c/lm75.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/lm75.c b/sys/dev/i2c/lm75.c
index caf0ea97a77..49742c12bd6 100644
--- a/sys/dev/i2c/lm75.c
+++ b/sys/dev/i2c/lm75.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lm75.c,v 1.11 2006/01/19 17:08:39 grange Exp $ */
+/* $OpenBSD: lm75.c,v 1.12 2006/04/10 00:57:23 deraadt Exp $ */
/* $NetBSD: lm75.c,v 1.1 2003/09/30 00:35:31 thorpej Exp $ */
/*
* Copyright (c) 2006 Theo de Raadt <deraadt@openbsd.org>
@@ -177,7 +177,7 @@ lmtemp_attach(struct device *parent, struct device *self, void *aux)
strlcpy(sc->sc_sensor.device, sc->sc_dev.dv_xname,
sizeof(sc->sc_sensor.device));
sc->sc_sensor.type = SENSOR_TEMP;
- strlcpy(sc->sc_sensor.desc, "TEMP", sizeof(sc->sc_sensor.desc));
+ strlcpy(sc->sc_sensor.desc, "Temp", sizeof(sc->sc_sensor.desc));
/* Hook into the hw.sensors sysctl */
sensor_add(&sc->sc_sensor);