CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/19 15:40:48
Modified files:
sys/dev : softraid.c
Log message:
Use variable 'cid' in for(;;) rather than 'i' with an assignment
'cid = i;' when break'ing. Makes code consistent with same search
later. No functional change and shrinks later functional diff.
