From b96c7f77d356ed2aec1c20384d9f48aa9643dc09 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Mon, 28 May 2007 03:38:33 +0000 Subject: Eliminate unsightly blank lines in dmesg. ok marco@ --- sys/dev/acpi/acpicpu.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys') diff --git a/sys/dev/acpi/acpicpu.c b/sys/dev/acpi/acpicpu.c index ecc351f883a..3dcf49072b3 100644 --- a/sys/dev/acpi/acpicpu.c +++ b/sys/dev/acpi/acpicpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpicpu.c,v 1.22 2007/05/06 04:09:43 tedu Exp $ */ +/* $OpenBSD: acpicpu.c,v 1.23 2007/05/28 03:38:32 krw Exp $ */ /* * Copyright (c) 2005 Marco Peereboom * @@ -185,7 +185,7 @@ acpicpu_add_cstate(struct acpicpu_softc *sc, int type, return cx; bad: - printf("acpicpu%d: C%d not supported\n", sc->sc_cpu, type); + printf("acpicpu%d: C%d not supported", sc->sc_cpu, type); return NULL; } @@ -323,9 +323,9 @@ acpicpu_attach(struct device *parent, struct device *self, void *aux) nopss: if (sc->sc_flags & FLAGS_NOTHROTTLE) - printf("no performance/throttling supported\n"); - else - printf("\n"); + printf("no performance/throttling supported"); + + printf("\n"); } int -- cgit v1.2.3