From 8cbd53826ebc80ac514b6b092b7f6ab94edd5a86 Mon Sep 17 00:00:00 2001 From: oster Date: Mon, 8 Mar 2004 01:59:26 +0000 Subject: [PATCH] A few more cleanups missed in last commit. --- sys/dev/raidframe/rf_raid.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/dev/raidframe/rf_raid.h b/sys/dev/raidframe/rf_raid.h index 608f5ab053ef..8114ded3619c 100644 --- a/sys/dev/raidframe/rf_raid.h +++ b/sys/dev/raidframe/rf_raid.h @@ -1,4 +1,4 @@ -/* $NetBSD: rf_raid.h,v 1.27 2004/03/08 01:55:14 oster Exp $ */ +/* $NetBSD: rf_raid.h,v 1.28 2004/03/08 01:59:26 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -118,14 +118,14 @@ struct RF_Raid_s { RF_RaidDisk_t *Disks; /* all information related to physical disks */ RF_DiskQueue_t *Queues;/* all information related to disk queues */ const RF_DiskQueueSW_t *qType;/* pointer to the DiskQueueSW used for the - component queues. */ + component queues. */ /* NOTE: This is an anchor point via which the queues can be * accessed, but the enqueue/dequeue routines in diskqueue.c use a * local copy of this pointer for the actual accesses. */ /* The remainder of the structure can change, and therefore requires * locking on reads and updates */ - RF_DECLARE_MUTEX(mutex) /* mutex used to serialize access to - * the fields below */ + RF_DECLARE_MUTEX(mutex) /* mutex used to serialize access to + * the fields below */ RF_RowStatus_t status; /* the status of each row in the array */ int valid; /* indicates successful configuration */ RF_LockTableEntry_t *lockTable; /* stripe-lock table */ @@ -180,7 +180,7 @@ struct RF_Raid_s { RF_HeadSepLimit_t headSepLimit; int numFloatingReconBufs; int reconInProgress; - RF_DECLARE_COND(waitForReconCond) + RF_DECLARE_COND(waitForReconCond) RF_RaidReconDesc_t *reconDesc; /* reconstruction descriptor */ RF_ReconCtrl_t *reconControl; /* reconstruction control structure * pointers for each row in the array */