Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcarm/dev Remove a white-space and a Tab.
details: https://anonhg.NetBSD.org/src/rev/608b8432320d
branches: trunk
changeset: 771426:608b8432320d
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Sun Nov 20 11:20:32 2011 +0000
description:
Remove a white-space and a Tab.
diffstat:
sys/arch/hpcarm/dev/epsonlcd.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 90257e97f4e7 -r 608b8432320d sys/arch/hpcarm/dev/epsonlcd.c
--- a/sys/arch/hpcarm/dev/epsonlcd.c Sun Nov 20 10:32:33 2011 +0000
+++ b/sys/arch/hpcarm/dev/epsonlcd.c Sun Nov 20 11:20:32 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: epsonlcd.c,v 1.1 2011/08/06 03:53:40 kiyohara Exp $ */
+/* $NetBSD: epsonlcd.c,v 1.2 2011/11/20 11:20:32 kiyohara Exp $ */
/*
* Copyright (c) 2011 KIYOHARA Takashi
* All rights reserved.
@@ -25,7 +25,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: epsonlcd.c,v 1.1 2011/08/06 03:53:40 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: epsonlcd.c,v 1.2 2011/11/20 11:20:32 kiyohara Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -73,7 +73,7 @@
static void epsonlcd_get_video_chip(struct epsonlcd_softc *,
struct video_chip *);
-CFATTACH_DECL_NEW(epsonlcd, sizeof(struct epsonlcd_softc),
+CFATTACH_DECL_NEW(epsonlcd, sizeof(struct epsonlcd_softc),
epsonlcd_match, epsonlcd_attach, NULL, NULL);
@@ -142,7 +142,7 @@
haa.ha_curdspconf = 0;
haa.ha_ndspconf = 1;
haa.ha_dspconflist = &sc->sc_dsp;
-
+
config_found(self, &haa, hpcfbprint);
if (!pmf_device_register(self, NULL, NULL))
Home |
Main Index |
Thread Index |
Old Index