-
NeilBrown authored
The use of a goto makes the control flow more obscure here. So make it a normal: if (x) { Y; } No functional change. Signed-off-by:
NeilBrown <neilb@suse.de>
278c1ca2
The use of a goto makes the control flow more obscure here.
So make it a normal:
if (x) {
Y;
}
No functional change.
Signed-off-by:
NeilBrown <neilb@suse.de>