Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 02/05/2005 23:39:12
Module Name: src
Committed By: oster
Date: Sat Feb 5 23:39:12 UTC 2005
Modified Files:
src/sys/dev/raidframe: rf_reconstruct.c
Log Message:
rf_GetNextReconEvent() *will* return a valid event, so no need for
the assert. (we'd have panic'ed in there long before this assert
if that wasn't the case).
Minor whitespace changes.
To generate a diff of this commit:
cvs rdiff -r1.82 -r1.83 src/sys/dev/raidframe/rf_reconstruct.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.