Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/iomd Whitespace in previous.



details:   https://anonhg.NetBSD.org/src/rev/a3773aa9bf29
branches:  trunk
changeset: 779263:a3773aa9bf29
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon May 14 11:05:29 2012 +0000

description:
Whitespace in previous.

diffstat:

 sys/arch/arm/iomd/iomd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1e807dfe696d -r a3773aa9bf29 sys/arch/arm/iomd/iomd.c
--- a/sys/arch/arm/iomd/iomd.c  Mon May 14 10:38:08 2012 +0000
+++ b/sys/arch/arm/iomd/iomd.c  Mon May 14 11:05:29 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iomd.c,v 1.19 2012/05/14 10:38:08 skrll Exp $  */
+/*     $NetBSD: iomd.c,v 1.20 2012/05/14 11:05:29 skrll Exp $  */
 
 /*
  * Copyright (c) 1996-1997 Mark Brinicombe.
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iomd.c,v 1.19 2012/05/14 10:38:08 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iomd.c,v 1.20 2012/05/14 11:05:29 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -74,7 +74,7 @@
  */
 
 struct iomd_softc {
-       device_t                        sc_dev; /* device node */
+       device_t                sc_dev; /* device node */
        bus_space_tag_t         sc_iot; /* bus tag */
        bus_space_handle_t      sc_ioh; /* bus handle */
        int                     sc_id;  /* IOMD id */



Home | Main Index | Thread Index | Old Index