Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/e5ef03b0996f
branches: trunk
changeset: 1002723:e5ef03b0996f
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Aug 12 08:52:39 2019 +0000
description:
Trailing whitespace
diffstat:
sys/dev/usb/if_cdce.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e07bd448939d -r e5ef03b0996f sys/dev/usb/if_cdce.c
--- a/sys/dev/usb/if_cdce.c Mon Aug 12 08:40:09 2019 +0000
+++ b/sys/dev/usb/if_cdce.c Mon Aug 12 08:52:39 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_cdce.c,v 1.63 2019/08/11 02:37:03 mrg Exp $ */
+/* $NetBSD: if_cdce.c,v 1.64 2019/08/12 08:52:39 skrll Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000-2003 Bill Paul <wpaul%windriver.com@localhost>
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_cdce.c,v 1.63 2019/08/11 02:37:03 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_cdce.c,v 1.64 2019/08/12 08:52:39 skrll Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@@ -109,7 +109,7 @@
static void
cdce_attach(device_t parent, device_t self, void *aux)
{
- struct usbnet * const un = device_private(self);
+ struct usbnet * const un = device_private(self);
struct usbif_attach_arg *uiaa = aux;
char *devinfop;
struct usbd_device *dev = uiaa->uiaa_device;
Home |
Main Index |
Thread Index |
Old Index