Module Name: src
Committed By: kiyohara
Date: Sat Aug 28 04:33:00 UTC 2010
Modified Files:
src/sys/arch/evbarm/gumstix: if_sm_gxio.c
Log Message:
Remove a white space.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/gumstix/if_sm_gxio.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/gumstix/if_sm_gxio.c
diff -u src/sys/arch/evbarm/gumstix/if_sm_gxio.c:1.8 src/sys/arch/evbarm/gumstix/if_sm_gxio.c:1.9
--- src/sys/arch/evbarm/gumstix/if_sm_gxio.c:1.8 Mon Mar 15 13:11:23 2010
+++ src/sys/arch/evbarm/gumstix/if_sm_gxio.c Sat Aug 28 04:33:00 2010
@@ -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),