Source-Changes-HG archive

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

[src/nick-nhusb]: src/sys/dev/usb Remove "\n" from DPRINTF - it is not required.



details:   https://anonhg.NetBSD.org/src/rev/fade3958340d
branches:  nick-nhusb
changeset: 334431:fade3958340d
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Mar 08 21:16:27 2016 +0000

description:
Remove "\n" from DPRINTF - it is not required.

diffstat:

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

diffs (27 lines):

diff -r a78d8ef8f4d3 -r fade3958340d sys/dev/usb/usb_subr.c
--- a/sys/dev/usb/usb_subr.c    Sun Mar 06 10:25:31 2016 +0000
+++ b/sys/dev/usb/usb_subr.c    Tue Mar 08 21:16:27 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb_subr.c,v 1.198.2.24 2016/02/06 08:06:17 skrll Exp $        */
+/*     $NetBSD: usb_subr.c,v 1.198.2.25 2016/03/08 21:16:27 skrll Exp $        */
 /*     $FreeBSD: src/sys/dev/usb/usb_subr.c,v 1.18 1999/11/17 22:33:47 n_hibma Exp $   */
 
 /*
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usb_subr.c,v 1.198.2.24 2016/02/06 08:06:17 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usb_subr.c,v 1.198.2.25 2016/03/08 21:16:27 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
@@ -960,7 +960,7 @@
                uiaa.uiaa_ifaceno = ifaces[i]->ui_idesc->bInterfaceNumber;
 
                DPRINTF("searching for interface %d...", i, 0, 0, 0);
-               DPRINTF("class %x subclass %x proto %x ifaceno %d\n",
+               DPRINTF("class %x subclass %x proto %x ifaceno %d",
                    uiaa.uiaa_class, uiaa.uiaa_subclass, uiaa.uiaa_proto,
                    uiaa.uiaa_ifaceno);
                ilocs[USBIFIFCF_INTERFACE] = uiaa.uiaa_ifaceno;



Home | Main Index | Thread Index | Old Index