summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/it.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-04-10 00:57:54 +0000
committerderaadt <deraadt@openbsd.org>2006-04-10 00:57:54 +0000
commitaafcf214b1e2e310987794d92cd829bbca535c23 (patch)
treedad79686a2d4f12a6b6c00eeaf230ebf1681a7e4 /sys/dev/isa/it.c
parentmake this match our code standards (diff)
downloadwireguard-openbsd-aafcf214b1e2e310987794d92cd829bbca535c23.tar.xz
wireguard-openbsd-aafcf214b1e2e310987794d92cd829bbca535c23.zip
unify temperature sensor names much more
Diffstat (limited to 'sys/dev/isa/it.c')
-rw-r--r--sys/dev/isa/it.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/it.c b/sys/dev/isa/it.c
index 57923689211..6e181fd4c37 100644
--- a/sys/dev/isa/it.c
+++ b/sys/dev/isa/it.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: it.c,v 1.18 2006/01/23 18:43:22 kettenis Exp $ */
+/* $OpenBSD: it.c,v 1.19 2006/04/10 00:57:54 deraadt Exp $ */
/*
* Copyright (c) 2003 Julien Bordet <zejames@greyhats.org>
@@ -213,7 +213,7 @@ it_setup_temp(struct it_softc *sc, int start, int n)
sc->sensors[start + i].type = SENSOR_TEMP;
snprintf(sc->sensors[start + i].desc,
sizeof(sc->sensors[start + i].desc),
- "Temp%d", i + 1);
+ "Temp %d", i + 1);
}
}