Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/raidframe General cleanup of a mess. No functional ...



details:   https://anonhg.NetBSD.org/src/rev/a630fd9071db
branches:  trunk
changeset: 536428:a630fd9071db
user:      oster <oster%NetBSD.org@localhost>
date:      Sun Sep 15 21:04:35 2002 +0000

description:
General cleanup of a mess.  No functional changes.

diffstat:

 sys/dev/raidframe/rf_revent.h |  17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diffs (33 lines):

diff -r d3cbd720c29d -r a630fd9071db sys/dev/raidframe/rf_revent.h
--- a/sys/dev/raidframe/rf_revent.h     Sun Sep 15 20:27:09 2002 +0000
+++ b/sys/dev/raidframe/rf_revent.h     Sun Sep 15 21:04:35 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_revent.h,v 1.4 2001/10/04 15:58:56 oster Exp $      */
+/*     $NetBSD: rf_revent.h,v 1.5 2002/09/15 21:04:35 oster Exp $      */
 /*
  * Copyright (c) 1995 Carnegie-Mellon University.
  * All rights reserved.
@@ -37,15 +37,16 @@
 
 #include <dev/raidframe/raidframevar.h>
 
-int     rf_ConfigureReconEvent(RF_ShutdownList_t ** listp);
+int rf_ConfigureReconEvent(RF_ShutdownList_t ** listp);
 
-RF_ReconEvent_t *
-rf_GetNextReconEvent(RF_RaidReconDesc_t * reconDesc,
-    RF_RowCol_t row, void (*continueFunc) (void *), void *continueArg);
+RF_ReconEvent_t *rf_GetNextReconEvent(RF_RaidReconDesc_t * reconDesc,
+                                     RF_RowCol_t row, 
+                                     void (*continueFunc) (void *), 
+                                     void *continueArg);
 
-       void    rf_CauseReconEvent(RF_Raid_t * raidPtr, RF_RowCol_t row, RF_RowCol_t col,
-            void *arg, RF_Revent_t type);
+void rf_CauseReconEvent(RF_Raid_t * raidPtr, RF_RowCol_t row, RF_RowCol_t col,
+                       void *arg, RF_Revent_t type);
 
-       void    rf_FreeReconEventDesc(RF_ReconEvent_t * event);
+void rf_FreeReconEventDesc(RF_ReconEvent_t * event);
 
 #endif                         /* !_RF__RF_REVENT_H_ */



Home | Main Index | Thread Index | Old Index