summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_chaindecluster.c5
-rw-r--r--sys/dev/raidframe/rf_chaindecluster.h6
-rw-r--r--sys/dev/raidframe/rf_layout.h5
3 files changed, 6 insertions, 10 deletions
diff --git a/sys/dev/raidframe/rf_chaindecluster.c b/sys/dev/raidframe/rf_chaindecluster.c
index 835f08d6e4d..da91a8d0cfd 100644
--- a/sys/dev/raidframe/rf_chaindecluster.c
+++ b/sys/dev/raidframe/rf_chaindecluster.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_chaindecluster.c,v 1.4 2000/01/07 03:40:56 oster Exp $ */
+/* $NetBSD: rf_chaindecluster.c,v 1.5 2001/01/26 04:14:14 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -258,8 +258,7 @@ rf_RAIDCDagSelect(
#if 0
void (**createFunc) (RF_Raid_t *, RF_AccessStripeMap_t *,
RF_DagHeader_t *, void *, RF_RaidAccessFlags_t,
-/**INDENT** Warning@258: Extra ) */
- RF_AllocListElem_t *))
+ RF_AllocListElem_t *)
#endif
{
RF_ASSERT(RF_IO_IS_R_OR_W(type));
diff --git a/sys/dev/raidframe/rf_chaindecluster.h b/sys/dev/raidframe/rf_chaindecluster.h
index 0220c5f9faf..f9f58b4f038 100644
--- a/sys/dev/raidframe/rf_chaindecluster.h
+++ b/sys/dev/raidframe/rf_chaindecluster.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_chaindecluster.h,v 1.3 1999/02/05 00:06:06 oster Exp $ */
+/* $NetBSD: rf_chaindecluster.h,v 1.4 2001/01/26 04:14:14 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -61,9 +61,7 @@ void (**createFunc) (RF_Raid_t *,
RF_DagHeader_t *,
void *,
RF_RaidAccessFlags_t,
- RF_AllocListElem_t *)
-/**INDENT** Warning@59: Extra ) */
-);
+ RF_AllocListElem_t *);
#endif
#endif /* !_RF__RF_CHAINDECLUSTER_H_ */
diff --git a/sys/dev/raidframe/rf_layout.h b/sys/dev/raidframe/rf_layout.h
index f193d8d2188..608ab326772 100644
--- a/sys/dev/raidframe/rf_layout.h
+++ b/sys/dev/raidframe/rf_layout.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_layout.h,v 1.4 2000/05/23 00:44:38 thorpej Exp $ */
+/* $NetBSD: rf_layout.h,v 1.5 2001/01/26 04:14:14 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -86,8 +86,7 @@ typedef struct RF_LayoutSW_s {
RF_AccessStripeMap_t *,
RF_DagHeader_t *, void *,
RF_RaidAccessFlags_t,
-/**INDENT** Warning@88: Extra ) */
- RF_AllocListElem_t *));
+ RF_AllocListElem_t *);
#endif