summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_diskqueue.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_diskqueue.h
parent5b0739524b9b827c78dadf2f4d675f74670bf688 (diff)
nuke trailing whitespace
Diffstat (limited to 'sys/dev/raidframe/rf_diskqueue.h')
-rw-r--r--sys/dev/raidframe/rf_diskqueue.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/raidframe/rf_diskqueue.h b/sys/dev/raidframe/rf_diskqueue.h
index cc6299518eb..c593915c5cb 100644
--- a/sys/dev/raidframe/rf_diskqueue.h
+++ b/sys/dev/raidframe/rf_diskqueue.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_diskqueue.h,v 1.19 2005/02/12 03:44:41 oster Exp $ */
+/* $NetBSD: rf_diskqueue.h,v 1.20 2005/02/27 00:27:44 perry Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -78,8 +78,8 @@ struct RF_DiskQueueData_s {
* the driver for this I/O */
struct buf *bp; /* a bp to use to get this I/O done */
/* TAILQ bits for a queue for completed I/O requests */
- TAILQ_ENTRY(RF_DiskQueueData_s) iodone_entries;
- int error; /* Indicate if an error occurred
+ TAILQ_ENTRY(RF_DiskQueueData_s) iodone_entries;
+ int error; /* Indicate if an error occurred
on this I/O (1=yes, 0=no) */
};
#define RF_LOCK_DISK_QUEUE 0x01
@@ -159,12 +159,12 @@ RF_DiskQueueData_t *rf_CreateDiskQueueData(RF_IoType_t, RF_SectorNum_t,
int (*wakeF) (void *, int),
void *,
RF_AccTraceEntry_t *, RF_Raid_t *,
- RF_DiskQueueDataFlags_t,
+ RF_DiskQueueDataFlags_t,
void *, int);
void rf_FreeDiskQueueData(RF_DiskQueueData_t *);
int rf_ConfigureDiskQueue(RF_Raid_t *, RF_DiskQueue_t *,
RF_RowCol_t, const RF_DiskQueueSW_t *,
- RF_SectorCount_t, dev_t, int,
+ RF_SectorCount_t, dev_t, int,
RF_ShutdownList_t **,
RF_AllocListElem_t *);