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 Trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/77475314fa30
branches: nick-nhusb
changeset: 334254:77475314fa30
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Sep 29 09:48:20 2015 +0000
description:
Trailing whitespace.
diffstat:
sys/dev/usb/uchcom.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r f6cf4654f93e -r 77475314fa30 sys/dev/usb/uchcom.c
--- a/sys/dev/usb/uchcom.c Mon Sep 28 16:24:19 2015 +0000
+++ b/sys/dev/usb/uchcom.c Tue Sep 29 09:48:20 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uchcom.c,v 1.13.6.4 2015/09/28 16:24:19 skrll Exp $ */
+/* $NetBSD: uchcom.c,v 1.13.6.5 2015/09/29 09:48:20 skrll Exp $ */
/*
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uchcom.c,v 1.13.6.4 2015/09/28 16:24:19 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uchcom.c,v 1.13.6.5 2015/09/29 09:48:20 skrll Exp $");
/*
* driver for WinChipHead CH341/340, the worst USB-serial chip in the world.
@@ -226,7 +226,7 @@
* driver entry points
*/
-int
+int
uchcom_match(device_t parent, cfdata_t match, void *aux)
{
struct usb_attach_arg *uaa = aux;
@@ -235,7 +235,7 @@
UMATCH_VENDOR_PRODUCT : UMATCH_NONE);
}
-void
+void
uchcom_attach(device_t parent, device_t self, void *aux)
{
struct uchcom_softc *sc = device_private(self);
@@ -317,7 +317,7 @@
sc->sc_subdev = NULL;
}
-int
+int
uchcom_detach(device_t self, int flags)
{
struct uchcom_softc *sc = device_private(self);
Home |
Main Index |
Thread Index |
Old Index