summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_layout.h
diff options
context:
space:
mode:
authorperry <perry@NetBSD.org>2005-02-27 00:26:58 +0000
committerperry <perry@NetBSD.org>2005-02-27 00:26:58 +0000
commitf31bd063e99a4029f1bf9dac360c83c605ab8ba4 (patch)
treed06e6ea6eebeb4af06272dd4f675871761a5c024 /sys/dev/raidframe/rf_layout.h
parent5b0739524b9b827c78dadf2f4d675f74670bf688 (diff)
nuke trailing whitespace
Diffstat (limited to 'sys/dev/raidframe/rf_layout.h')
-rw-r--r--sys/dev/raidframe/rf_layout.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/raidframe/rf_layout.h b/sys/dev/raidframe/rf_layout.h
index 21939abeca9..48aa8cbf7ec 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.14 2004/03/20 04:22:05 oster Exp $ */
+/* $NetBSD: rf_layout.h,v 1.15 2005/02/27 00:27:45 perry Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -185,7 +185,7 @@ struct RF_ASMHeaderListElem_s {
RF_ASMHeaderListElem_t *next;
};
-/* A structure to keep track of all the data structures associated with
+/* A structure to keep track of all the data structures associated with
a failed stripe. Used for constructing the appropriate DAGs in
rf_SelectAlgorithm() in rf_aselect.c */
typedef struct RF_FailedStripe_s RF_FailedStripe_t;
@@ -277,10 +277,10 @@ struct RF_FailedStripe_s {
( (_psid_) * (_layoutPtr_)->SUsPerPU * (_layoutPtr_)->numDataCol * (_layoutPtr_)->sectorsPerStripeUnit )
const RF_LayoutSW_t *rf_GetLayout(RF_ParityConfig_t parityConfig);
-int
+int
rf_ConfigureLayout(RF_ShutdownList_t ** listp, RF_Raid_t * raidPtr,
RF_Config_t * cfgPtr);
-RF_StripeNum_t
+RF_StripeNum_t
rf_MapStripeIDToParityStripeID(RF_RaidLayout_t * layoutPtr,
RF_StripeNum_t stripeID, RF_ReconUnitNum_t * which_ru);