Commits
Mike Frysinger committed feb12a1f6d4
cmd_mem: cmp: convert while() to for() loop Simplify the code slightly by using a for() loop since this is basically what we're already doing -- incrementing "ngood" to the value in "count". Signed-off-by: Mike Frysinger <vapier@gentoo.org>