Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/cortex spaces to tab
details: https://anonhg.NetBSD.org/src/rev/daf53de68734
branches: trunk
changeset: 453403:daf53de68734
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Aug 10 16:50:23 2019 +0000
description:
spaces to tab
diffstat:
sys/arch/arm/cortex/a9wdt.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e4b2e75ece55 -r daf53de68734 sys/arch/arm/cortex/a9wdt.c
--- a/sys/arch/arm/cortex/a9wdt.c Sat Aug 10 16:46:07 2019 +0000
+++ b/sys/arch/arm/cortex/a9wdt.c Sat Aug 10 16:50:23 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: a9wdt.c,v 1.8 2019/07/30 06:57:02 skrll Exp $ */
+/* $NetBSD: a9wdt.c,v 1.9 2019/08/10 16:50:23 skrll Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: a9wdt.c,v 1.8 2019/07/30 06:57:02 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: a9wdt.c,v 1.9 2019/08/10 16:50:23 skrll Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -183,7 +183,7 @@
static void
a9wdt_attach(device_t parent, device_t self, void *aux)
{
- struct a9wdt_softc * const sc = device_private(self);
+ struct a9wdt_softc * const sc = device_private(self);
struct mpcore_attach_args * const mpcaa = aux;
prop_dictionary_t dict = device_properties(self);
const char *cpu_type;
Home |
Main Index |
Thread Index |
Old Index