HomeFreeBSD

hwpmc_mod.c: conditional and loop style

Description

hwpmc_mod.c: conditional and loop style

  • Explicitly check the value in conditional statements, per style(9)
  • Add braces around more loops and conditionals, wherever it appears (to me) to aid legibility
  • Expand some assignments within if statements
  • Fix formatting around list-type FOREACH macros

Reviewed by: jkoshy
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D40515

Details

Provenance
mhorneAuthored on Jun 14 2023, 4:31 PM
Reviewer
jkoshy
Differential Revision
D40515: hwpmc_mod.c: conditional and loop style
Parents
rG693cd30797b8: hwpmc_mod.c: whitespace style cleanup
Branches
Unknown
Tags
Unknown