]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Get rid of silly /* FALLTHROUGH */ lines
authorimp <imp@FreeBSD.org>
Tue, 3 Mar 2020 17:40:29 +0000 (17:40 +0000)
committerimp <imp@FreeBSD.org>
Tue, 3 Mar 2020 17:40:29 +0000 (17:40 +0000)
commit7076112501fe16b33438269bee7b706d753e491c
tree99d61049f4486a55daba897fb46c154850836350
parent5f63eed22b2b239c76fb2e454dfab6aeb08e3772
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.
sys/cam/cam_xpt.c