Source-Changes-HG archive

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

[src/prg-localcount2]: src/sys/dev/ata It's "device_t x" not "struct device_t x"



details:   https://anonhg.NetBSD.org/src/rev/5cb41c9a0cc5
branches:  prg-localcount2
changeset: 823550:5cb41c9a0cc5
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed May 17 03:05:44 2017 +0000

description:
It's "device_t x" not "struct device_t x"

diffstat:

 sys/dev/ata/ata_raid.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 031b8bea1271 -r 5cb41c9a0cc5 sys/dev/ata/ata_raid.c
--- a/sys/dev/ata/ata_raid.c    Wed May 17 02:58:37 2017 +0000
+++ b/sys/dev/ata/ata_raid.c    Wed May 17 03:05:44 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ata_raid.c,v 1.39.6.2 2017/05/17 02:58:37 pgoyette Exp $       */
+/*     $NetBSD: ata_raid.c,v 1.39.6.3 2017/05/17 03:05:44 pgoyette Exp $       */
 
 /*
  * Copyright (c) 2003 Wasabi Systems, Inc.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ata_raid.c,v 1.39.6.2 2017/05/17 02:58:37 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ata_raid.c,v 1.39.6.3 2017/05/17 03:05:44 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/buf.h>
@@ -155,7 +155,7 @@
 static int
 ata_raid_finalize(device_t self)
 {
-       struct device_t dev;
+       device_t dev;
        static struct cfdata ataraid_cfdata = {
                .cf_name = "ataraid",
                .cf_atname = "ataraid",



Home | Main Index | Thread Index | Old Index