diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-10-16 03:42:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-10-16 03:42:04 +0000 |
commit | edcb1daa13c6b08ce1e8b5a40278a458ac69ca9d (patch) | |
tree | 7d2af338c6ec572b1e72d459142ea96bfd5bdfb6 /sys/dev/acpi | |
parent | b5f900c8107f01ec5c7e03621d5dac5c425ac842 (diff) |
missing \n in printf; Daniel Wade
Diffstat (limited to 'sys/dev/acpi')
-rw-r--r-- | sys/dev/acpi/atk0110.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/atk0110.c b/sys/dev/acpi/atk0110.c index e8cc6533fb4..f82481d337d 100644 --- a/sys/dev/acpi/atk0110.c +++ b/sys/dev/acpi/atk0110.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atk0110.c,v 1.10 2014/07/12 18:48:17 tedu Exp $ */ +/* $OpenBSD: atk0110.c,v 1.11 2014/10/16 03:42:03 deraadt Exp $ */ /* * Copyright (c) 2009 Constantine A. Murenin <cnst+openbsd@bugmail.mojo.ru> @@ -248,7 +248,7 @@ aibs_attach_new(struct aibs_softc *sc) int i; if (aibs_getpack(sc, sc->sc_ggrpnode, ATK_ID_MUX_HWMON, &res)) { - printf("%s: GGRP: sensor enumeration failed", DEVNAME(sc)); + printf("%s: GGRP: sensor enumeration failed\n", DEVNAME(sc)); return; } |