Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Add extra newline for normal message from uts(4)



details:   https://anonhg.NetBSD.org/src/rev/ee2da3937637
branches:  trunk
changeset: 831361:ee2da3937637
user:      ryoon <ryoon%NetBSD.org@localhost>
date:      Sun Mar 25 09:34:02 2018 +0000

description:
Add extra newline for normal message from uts(4)

diffstat:

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

diffs (27 lines):

diff -r 7cf02002f394 -r ee2da3937637 sys/dev/usb/uts.c
--- a/sys/dev/usb/uts.c Sun Mar 25 08:13:20 2018 +0000
+++ b/sys/dev/usb/uts.c Sun Mar 25 09:34:02 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uts.c,v 1.8 2017/12/10 17:03:07 bouyer Exp $   */
+/*     $NetBSD: uts.c,v 1.9 2018/03/25 09:34:02 ryoon Exp $    */
 
 /*
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uts.c,v 1.8 2017/12/10 17:03:07 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uts.c,v 1.9 2018/03/25 09:34:02 ryoon Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -144,7 +144,7 @@
        struct hid_data * d;
        struct hid_item item;
 
-       aprint_naive("\n");
+       aprint_normal("\n");
 
        sc->sc_hdev.sc_dev = self;
        sc->sc_hdev.sc_intr = uts_intr;



Home | Main Index | Thread Index | Old Index