Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/dwc2 Trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/3880e1f8fe8c
branches:  trunk
changeset: 813896:3880e1f8fe8c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Feb 24 22:09:09 2016 +0000

description:
Trailing whitespace.

diffstat:

 sys/external/bsd/dwc2/dwc2.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d593d04aac12 -r 3880e1f8fe8c sys/external/bsd/dwc2/dwc2.c
--- a/sys/external/bsd/dwc2/dwc2.c      Wed Feb 24 22:04:15 2016 +0000
+++ b/sys/external/bsd/dwc2/dwc2.c      Wed Feb 24 22:09:09 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dwc2.c,v 1.39 2016/02/14 10:56:22 skrll Exp $  */
+/*     $NetBSD: dwc2.c,v 1.40 2016/02/24 22:09:09 skrll Exp $  */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dwc2.c,v 1.39 2016/02/14 10:56:22 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dwc2.c,v 1.40 2016/02/24 22:09:09 skrll Exp $");
 
 #include "opt_usb.h"
 
@@ -1886,7 +1886,7 @@
        mutex_spin_enter(&hsotg->lock);
 
        hsotg->lx_state = DWC2_L0;
-       
+
        if (dwc2_is_device_mode(hsotg)) {
                mutex_spin_exit(&hsotg->lock);
                return 0;       /* why 0 ?? */



Home | Main Index | Thread Index | Old Index