HomeFreeBSD

Get rid of silly /* FALLTHROUGH */ lines

Description

Get rid of silly /* FALLTHROUGH */ lines

Consistently omit /* FALLTHROUGH */ when we have a case statement that does
nothing. Since compilers don't warn about stacked case statements, and we were
inconsistent, resolve by removing extras.

Details

Provenance
impAuthored on
Parents
rS358589: Skip if_epair regression test if module doesn't exist
Branches
Unknown
Tags
Unknown