Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/gumstix Remove a white space.
details: https://anonhg.NetBSD.org/src/rev/3da4eb03cb97
branches: trunk
changeset: 757403:3da4eb03cb97
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Sat Aug 28 04:33:00 2010 +0000
description:
Remove a white space.
diffstat:
sys/arch/evbarm/gumstix/if_sm_gxio.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 72f959a0efc9 -r 3da4eb03cb97 sys/arch/evbarm/gumstix/if_sm_gxio.c
--- a/sys/arch/evbarm/gumstix/if_sm_gxio.c Sat Aug 28 04:30:24 2010 +0000
+++ b/sys/arch/evbarm/gumstix/if_sm_gxio.c Sat Aug 28 04:33:00 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_sm_gxio.c,v 1.8 2010/03/15 13:11:23 kiyohara Exp $ */
+/* $NetBSD: if_sm_gxio.c,v 1.9 2010/08/28 04:33:00 kiyohara Exp $ */
/*
* Copyright (C) 2005, 2006 WIDE Project and SOUM Corporation.
* All rights reserved.
@@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_sm_gxio.c,v 1.8 2010/03/15 13:11:23 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_sm_gxio.c,v 1.9 2010/08/28 04:33:00 kiyohara Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -100,7 +100,7 @@
struct sm_gxio_softc {
struct smc91cxx_softc sc_smc;
- void *sc_ih;
+ void *sc_ih;
};
CFATTACH_DECL(sm_gxio, sizeof(struct sm_gxio_softc),
Home |
Main Index |
Thread Index |
Old Index