diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-03 18:41:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-03 18:41:33 +0000 |
commit | 7a4d09ce15c9975da450adcc63785a6e9e1d485f (patch) | |
tree | 4b21f871397916164695c754168c2acc86a4b2d9 | |
parent | 91b9b33a9d449769fb70ee00f7af6afbc888befe (diff) |
less colons
-rw-r--r-- | sys/dev/acpi/acpitz.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpitz.c b/sys/dev/acpi/acpitz.c index 6adaf9fa57e..ee9d6ad022d 100644 --- a/sys/dev/acpi/acpitz.c +++ b/sys/dev/acpi/acpitz.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpitz.c,v 1.18 2007/11/03 17:46:41 deraadt Exp $ */ +/* $OpenBSD: acpitz.c,v 1.19 2007/11/03 18:41:32 deraadt Exp $ */ /* * Copyright (c) 2006 Can Erkin Acar <canacar@openbsd.org> * Copyright (c) 2005 Marco Peereboom <marco@openbsd.org> @@ -112,7 +112,7 @@ acpitz_attach(struct device *parent, struct device *self, void *aux) printf(": no critical temperature defined!\n"); sc->sc_crt = 0; } else - printf(": critical temperature: %d degC\n", + printf(": critical temperature %d degC\n", (sc->sc_crt - 2732) / 10); for (i = 0; i < ACPITZ_MAX_AC; i++) { |