summaryrefslogtreecommitdiff
path: root/sys/dev/i2c
diff options
context:
space:
mode:
authormacallan <macallan@NetBSD.org>2021-05-21 21:21:01 +0000
committermacallan <macallan@NetBSD.org>2021-05-21 21:21:01 +0000
commit618f39bb8a839bdb73b6eb7dddbf94e229ac34c9 (patch)
tree4d1007709b9216540ba96cd55fb06dfe570f680a /sys/dev/i2c
parent06ecafdd02bb79fab69425835660692260f5e0c6 (diff)
add \n to attach output
Diffstat (limited to 'sys/dev/i2c')
-rw-r--r--sys/dev/i2c/m41st84.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/i2c/m41st84.c b/sys/dev/i2c/m41st84.c
index 77e20fb602f..289a9d05798 100644
--- a/sys/dev/i2c/m41st84.c
+++ b/sys/dev/i2c/m41st84.c
@@ -1,4 +1,4 @@
-/* $NetBSD: m41st84.c,v 1.31 2021/01/27 02:29:48 thorpej Exp $ */
+/* $NetBSD: m41st84.c,v 1.32 2021/05/21 21:21:01 macallan Exp $ */
/*
* Copyright (c) 2003 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: m41st84.c,v 1.31 2021/01/27 02:29:48 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: m41st84.c,v 1.32 2021/05/21 21:21:01 macallan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -194,7 +194,7 @@ strtc_attach(device_t parent, device_t self, void *arg)
aprint_naive(": Real-time Clock%s\n",
sm->sm_nvram_size ? "/NVRAM" : "");
- aprint_normal(": M41T%d Real-time Clock%s", sm->sm_model,
+ aprint_normal(": M41T%d Real-time Clock%s\n", sm->sm_model,
sm->sm_nvram_size ? "/NVRAM" : "");
sc->sc_tag = ia->ia_tag;