Module Name: src
Committed By: pgoyette
Date: Wed May 17 02:58:37 UTC 2017
Modified Files:
src/sys/dev/ata [prg-localcount2]: ata_raid.c
Log Message:
Typo
To generate a diff of this commit:
cvs rdiff -u -r1.39.6.1 -r1.39.6.2 src/sys/dev/ata/ata_raid.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/dev/ata/ata_raid.c
diff -u src/sys/dev/ata/ata_raid.c:1.39.6.1 src/sys/dev/ata/ata_raid.c:1.39.6.2
--- src/sys/dev/ata/ata_raid.c:1.39.6.1 Wed May 17 01:44:17 2017
+++ src/sys/dev/ata/ata_raid.c Wed May 17 02:58:37 2017
@@ -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 @@ ata_raid_type_name(u_int type)
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",