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 newline character in USBHIST_LOG format
details: https://anonhg.NetBSD.org/src/rev/7088d427996a
branches: nick-nhusb
changeset: 334111:7088d427996a
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Feb 01 13:09:15 2015 +0000
description:
Remove newline character in USBHIST_LOG format
diffstat:
sys/dev/usb/usbdi.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 903bce4839b1 -r 7088d427996a sys/dev/usb/usbdi.c
--- a/sys/dev/usb/usbdi.c Sun Feb 01 12:08:15 2015 +0000
+++ b/sys/dev/usb/usbdi.c Sun Feb 01 13:09:15 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usbdi.c,v 1.162.2.9 2014/12/05 09:37:50 skrll Exp $ */
+/* $NetBSD: usbdi.c,v 1.162.2.10 2015/02/01 13:09:15 skrll Exp $ */
/*
* Copyright (c) 1998, 2012 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.162.2.9 2014/12/05 09:37:50 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.162.2.10 2015/02/01 13:09:15 skrll Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
@@ -83,7 +83,7 @@
{
USBHIST_FUNC(); USBHIST_CALLED(usbdebug);
- USBHIST_LOG(usbdebug, "iface %p\n", iface, 0, 0, 0);
+ USBHIST_LOG(usbdebug, "iface %p", iface, 0, 0, 0);
if (iface == NULL)
return;
USBHIST_LOG(usbdebug, " device = %p idesc = %p index = %d",
Home |
Main Index |
Thread Index |
Old Index