diff options
| author | cegger <cegger@NetBSD.org> | 2009-05-12 14:07:01 +0000 |
|---|---|---|
| committer | cegger <cegger@NetBSD.org> | 2009-05-12 14:07:01 +0000 |
| commit | 22f40c6af473fcb5ef0e4e7d7e8945fbfe40e62f (patch) | |
| tree | 3bb3aba6153d010f9ba8e48d3a749823197646c6 /sys/dev/ata | |
| parent | 1657de36509b0b2249047f2c1abb7b83eb7db1af (diff) | |
KNF
Diffstat (limited to 'sys/dev/ata')
| -rw-r--r-- | sys/dev/ata/ata_raid.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ata/ata_raid.c b/sys/dev/ata/ata_raid.c index ced54a2ceb5..900a58aad8e 100644 --- a/sys/dev/ata/ata_raid.c +++ b/sys/dev/ata/ata_raid.c @@ -1,4 +1,4 @@ -/* $NetBSD: ata_raid.c,v 1.32 2008/09/11 11:08:50 tron Exp $ */ +/* $NetBSD: ata_raid.c,v 1.33 2009/05/12 14:07:01 cegger Exp $ */ /* * Copyright (c) 2003 Wasabi Systems, Inc. @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ata_raid.c,v 1.32 2008/09/11 11:08:50 tron Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ata_raid.c,v 1.33 2009/05/12 14:07:01 cegger Exp $"); #include <sys/param.h> #include <sys/buf.h> @@ -77,7 +77,7 @@ static int ataraid_match(device_t, cfdata_t, void *); static void ataraid_attach(device_t, device_t, void *); static int ataraid_print(void *, const char *); -static int ata_raid_finalize(device_t ); +static int ata_raid_finalize(device_t); ataraid_array_info_list_t ataraid_array_info_list = TAILQ_HEAD_INITIALIZER(ataraid_array_info_list); |
