Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/i2c add \n to attach output



details:   https://anonhg.NetBSD.org/src/rev/720876473d87
branches:  trunk
changeset: 379234:720876473d87
user:      macallan <macallan%NetBSD.org@localhost>
date:      Fri May 21 21:21:01 2021 +0000

description:
add \n to attach output

diffstat:

 sys/dev/i2c/m41st84.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 570211e633b0 -r 720876473d87 sys/dev/i2c/m41st84.c
--- a/sys/dev/i2c/m41st84.c     Fri May 21 21:07:37 2021 +0000
+++ b/sys/dev/i2c/m41st84.c     Fri May 21 21:21:01 2021 +0000
@@ -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 s
 
        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;



Home | Main Index | Thread Index | Old Index