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 Typo
details: https://anonhg.NetBSD.org/src/rev/031b8bea1271
branches: prg-localcount2
changeset: 823549:031b8bea1271
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Wed May 17 02:58:37 2017 +0000
description:
Typo
diffstat:
sys/dev/ata/ata_raid.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5d936c838a40 -r 031b8bea1271 sys/dev/ata/ata_raid.c
--- a/sys/dev/ata/ata_raid.c Wed May 17 02:40:58 2017 +0000
+++ b/sys/dev/ata/ata_raid.c Wed May 17 02:58:37 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ata_raid.c,v 1.39.6.1 2017/05/17 01:44:17 pgoyette Exp $ */
+/* $NetBSD: ata_raid.c,v 1.39.6.2 2017/05/17 02:58:37 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.1 2017/05/17 01:44:17 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ata_raid.c,v 1.39.6.2 2017/05/17 02:58:37 pgoyette Exp $");
#include <sys/param.h>
#include <sys/buf.h>
@@ -155,7 +155,7 @@
static int
ata_raid_finalize(device_t self)
{
- stgruct device_t dev;
+ struct device_t dev;
static struct cfdata ataraid_cfdata = {
.cf_name = "ataraid",
.cf_atname = "ataraid",
Home |
Main Index |
Thread Index |
Old Index