Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/marvell Change to a tab from white-spaces.
details: https://anonhg.NetBSD.org/src/rev/0fd3683135fb
branches: trunk
changeset: 350190:0fd3683135fb
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Sat Jan 07 15:14:20 2017 +0000
description:
Change to a tab from white-spaces.
diffstat:
sys/arch/arm/marvell/mvsoctmr.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b6e57928b41a -r 0fd3683135fb sys/arch/arm/marvell/mvsoctmr.c
--- a/sys/arch/arm/marvell/mvsoctmr.c Sat Jan 07 15:05:08 2017 +0000
+++ b/sys/arch/arm/marvell/mvsoctmr.c Sat Jan 07 15:14:20 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mvsoctmr.c,v 1.13 2014/03/15 10:44:10 kiyohara Exp $ */
+/* $NetBSD: mvsoctmr.c,v 1.14 2017/01/07 15:14:20 kiyohara Exp $ */
/*
* Copyright (c) 2007, 2008, 2010 KIYOHARA Takashi
* All rights reserved.
@@ -25,7 +25,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mvsoctmr.c,v 1.13 2014/03/15 10:44:10 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mvsoctmr.c,v 1.14 2017/01/07 15:14:20 kiyohara Exp $");
#include "opt_ddb.h"
#include "opt_mvsoc.h"
@@ -134,7 +134,7 @@
static void
mvsoctmr_attach(device_t parent, device_t self, void *aux)
{
- struct mvsoctmr_softc *sc = device_private(self);
+ struct mvsoctmr_softc *sc = device_private(self);
struct marvell_attach_args *mva = aux;
uint32_t rstoutn;
Home |
Main Index |
Thread Index |
Old Index