HomeFreeBSD

newfs: prefer unsigned index over signed

Description

newfs: prefer unsigned index over signed

We can just use a for loop starting at 0 instead of a while loop
starting at -1.

Reviewed by: imp, mckusick
Pull Request: https://github.com/freebsd/freebsd-src/pull/733

Details

Provenance
gfunni234_gmail.comAuthored on Jun 28 2023, 10:14 PM
impCommitted on Jun 28 2023, 10:18 PM
Parents
rG31b3e4f1b431: atkbdc: Minor style nits
Branches
Unknown
Tags
Unknown