summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2009-07-24 06:58:24 +0000
committerskrll <skrll@NetBSD.org>2009-07-24 06:58:24 +0000
commit7a56aed863ec57a63aa970f7de1be50af0e18e2d (patch)
tree000bcb004a1207d62269029713b77140f823ff1a /sys/dev/usb
parent01ec640001666f96fad8472e083aabcbca657097 (diff)
spaces to tab.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/ucycom.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/ucycom.c b/sys/dev/usb/ucycom.c
index 904f64956b9..cbd29866348 100644
--- a/sys/dev/usb/ucycom.c
+++ b/sys/dev/usb/ucycom.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ucycom.c,v 1.27 2009/07/24 06:54:10 skrll Exp $ */
+/* $NetBSD: ucycom.c,v 1.28 2009/07/24 06:58:24 skrll Exp $ */
/*
* Copyright (c) 2005 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ucycom.c,v 1.27 2009/07/24 06:54:10 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ucycom.c,v 1.28 2009/07/24 06:58:24 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -536,7 +536,7 @@ ucycomstart(struct tty *tp)
break;
default:
- DPRINTFN(2,("ucycomstart: unknown output report size (%zd)\n",
+ DPRINTFN(2,("ucycomstart: unknown output report size (%zd)\n",
sc->sc_olen));
goto out;
}