Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 02/29/2004 20:11:26
Module Name:	src
Committed By:	oster
Date:		Sun Feb 29 20:11:26 UTC 2004

Modified Files:
	src/sys/dev/raidframe: rf_raid5.c

Log Message:
When the 'if' condition is true, the function will return, so there
is no need for this chunk of code to be in the 'else' part.
Remove the 'else', and left-shift the code.

No functional changes.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/dev/raidframe/rf_raid5.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.