Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/ecab769a39ee
branches: trunk
changeset: 339432:ecab769a39ee
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Jul 22 10:32:16 2015 +0000
description:
Trailing whitespace.
diffstat:
sys/arch/arm/amlogic/amlogic_dwctwo.c | 6 +++---
sys/arch/arm/rockchip/rockchip_dwctwo.c | 8 ++++----
sys/arch/evbarm/conf/GENERIC.common | 4 ++--
sys/arch/mips/cavium/dev/octeon_dwctwo.c | 6 +++---
sys/dev/dksubr.c | 12 ++++++------
sys/dev/ld.c | 12 ++++++------
6 files changed, 24 insertions(+), 24 deletions(-)
diffs (203 lines):
diff -r 824a5c9e55e5 -r ecab769a39ee sys/arch/arm/amlogic/amlogic_dwctwo.c
--- a/sys/arch/arm/amlogic/amlogic_dwctwo.c Wed Jul 22 10:07:59 2015 +0000
+++ b/sys/arch/arm/amlogic/amlogic_dwctwo.c Wed Jul 22 10:32:16 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: amlogic_dwctwo.c,v 1.2 2015/02/28 18:50:57 jmcneill Exp $ */
+/* $NetBSD: amlogic_dwctwo.c,v 1.3 2015/07/22 10:32:16 skrll Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: amlogic_dwctwo.c,v 1.2 2015/02/28 18:50:57 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: amlogic_dwctwo.c,v 1.3 2015/07/22 10:32:16 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -70,7 +70,7 @@
.host_rx_fifo_size = 512, /* 512 DWORDs */
.host_nperio_tx_fifo_size = 500, /* 500 DWORDs */
.host_perio_tx_fifo_size = -1, /* 256 DWORDs */
- .max_transfer_size = -1, /* 2047 to 65,535 */
+ .max_transfer_size = -1, /* 2047 to 65,535 */
.max_packet_count = -1, /* 15 to 511 */
.host_channels = -1, /* 1 to 16 */
.phy_type = 1, /* 1- UTMI+ Phy */
diff -r 824a5c9e55e5 -r ecab769a39ee sys/arch/arm/rockchip/rockchip_dwctwo.c
--- a/sys/arch/arm/rockchip/rockchip_dwctwo.c Wed Jul 22 10:07:59 2015 +0000
+++ b/sys/arch/arm/rockchip/rockchip_dwctwo.c Wed Jul 22 10:32:16 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rockchip_dwctwo.c,v 1.2 2014/12/26 19:44:48 jmcneill Exp $ */
+/* $NetBSD: rockchip_dwctwo.c,v 1.3 2015/07/22 10:32:16 skrll Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rockchip_dwctwo.c,v 1.2 2014/12/26 19:44:48 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rockchip_dwctwo.c,v 1.3 2015/07/22 10:32:16 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -69,7 +69,7 @@
.host_rx_fifo_size = 520, /* 520 DWORDs */
.host_nperio_tx_fifo_size = 128, /* 128 DWORDs */
.host_perio_tx_fifo_size = 256, /* 256 DWORDs */
- .max_transfer_size = 65535,/* 2047 to 65,535 */
+ .max_transfer_size = 65535,/* 2047 to 65,535 */
.max_packet_count = 511, /* 15 to 511 */
.host_channels = 8, /* 1 to 16 */
.phy_type = 1, /* 1- UTMI+ Phy */
@@ -129,7 +129,7 @@
IST_LEVEL, dwc2_intr, &sc->sc_dwc2);
#if 0
IST_EDGE, dwc2_intr, &sc->sc_dwc2);
-#endif
+#endif
if (sc->sc_ih == NULL) {
aprint_error_dev(self, "failed to establish interrupt %d\n",
diff -r 824a5c9e55e5 -r ecab769a39ee sys/arch/evbarm/conf/GENERIC.common
--- a/sys/arch/evbarm/conf/GENERIC.common Wed Jul 22 10:07:59 2015 +0000
+++ b/sys/arch/evbarm/conf/GENERIC.common Wed Jul 22 10:32:16 2015 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC.common,v 1.7 2015/04/20 10:09:09 jmcneill Exp $
+# $NetBSD: GENERIC.common,v 1.8 2015/07/22 10:32:16 skrll Exp $
#
# GENERIC evbarm kernel config (template)
#
@@ -110,7 +110,7 @@
#options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
-# Wedge support
+# Wedge support
options DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances
options DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges
diff -r 824a5c9e55e5 -r ecab769a39ee sys/arch/mips/cavium/dev/octeon_dwctwo.c
--- a/sys/arch/mips/cavium/dev/octeon_dwctwo.c Wed Jul 22 10:07:59 2015 +0000
+++ b/sys/arch/mips/cavium/dev/octeon_dwctwo.c Wed Jul 22 10:32:16 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: octeon_dwctwo.c,v 1.3 2015/06/07 06:07:49 matt Exp $ */
+/* $NetBSD: octeon_dwctwo.c,v 1.4 2015/07/22 10:32:16 skrll Exp $ */
/*
* Copyright (c) 2015 Masao Uebayashi <uebayasi%tombiinc.com@localhost>
@@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: octeon_dwctwo.c,v 1.3 2015/06/07 06:07:49 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: octeon_dwctwo.c,v 1.4 2015/07/22 10:32:16 skrll Exp $");
#include "opt_octeon.h"
#include "opt_usb.h"
@@ -193,7 +193,7 @@
switch (MIPS_PRID_IMPL(mips_options.mips_cpu_id)) {
case MIPS_CN50XX:
/*
- * 2. Configure the reference clock, PHY, and HCLK:
+ * 2. Configure the reference clock, PHY, and HCLK:
* a. Write USBN_CLK_CTL[POR] = 1 and
* USBN_CLK_CTL[HRST,PRST,HCLK_RST] = 0
*/
diff -r 824a5c9e55e5 -r ecab769a39ee sys/dev/dksubr.c
--- a/sys/dev/dksubr.c Wed Jul 22 10:07:59 2015 +0000
+++ b/sys/dev/dksubr.c Wed Jul 22 10:32:16 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dksubr.c,v 1.66 2015/07/19 08:05:24 mlelstv Exp $ */
+/* $NetBSD: dksubr.c,v 1.67 2015/07/22 10:32:16 skrll Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 1999, 2002, 2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dksubr.c,v 1.66 2015/07/19 08:05:24 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dksubr.c,v 1.67 2015/07/22 10:32:16 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -233,12 +233,12 @@
/*
* The transfer must be a whole number of blocks and the offset must
* not be negative.
- */
+ */
if ((bp->b_bcount % secsize) != 0 || bp->b_blkno < 0) {
bp->b_error = EINVAL;
biodone(bp);
return;
- }
+ }
/* If there is nothing to do, then we are done */
if (bp->b_bcount == 0) {
@@ -259,7 +259,7 @@
}
}
- /*
+ /*
* Convert the block number to absolute and put it in terms
* of the device's logical block size.
*/
@@ -470,7 +470,7 @@
return 0;
}
-
+
case DIOCSSTRATEGY:
{
struct disk_strategy *dks = (void *)data;
diff -r 824a5c9e55e5 -r ecab769a39ee sys/dev/ld.c
--- a/sys/dev/ld.c Wed Jul 22 10:07:59 2015 +0000
+++ b/sys/dev/ld.c Wed Jul 22 10:32:16 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ld.c,v 1.83 2015/05/02 08:00:08 mlelstv Exp $ */
+/* $NetBSD: ld.c,v 1.84 2015/07/22 10:32:16 skrll Exp $ */
/*-
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ld.c,v 1.83 2015/05/02 08:00:08 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ld.c,v 1.84 2015/07/22 10:32:16 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -308,12 +308,12 @@
ld_lastclose(device_t self)
{
struct ld_softc *sc = device_private(self);
-
+
if (sc->sc_flush != NULL && (*sc->sc_flush)(sc, 0) != 0)
aprint_error_dev(self, "unable to flush cache\n");
-
+
return 0;
-}
+}
/* ARGSUSED */
static int
@@ -516,7 +516,7 @@
ld_dumpblocks(device_t dev, void *va, daddr_t blkno, int nblk)
{
struct ld_softc *sc = device_private(dev);
-
+
if (sc->sc_dump == NULL)
return (ENXIO);
Home |
Main Index |
Thread Index |
Old Index