@CyReVolt Rockchip engineers can confirm this ;)
https://git.kernel.org/linus/f076ef44a44d02ed91543f820c14c2c7dff53716
Sorry I don't mean to just flood the timeline with these but they just keep getting better & better.
Well! I've definitely seen my share of "idiosyncratic" C styles omitting braces and exploiting corner cases in 30+ years of having to read other peoples' C code, but this is a new one.
I had not thought about what would happen if you left the braces off a switch. Because, of course, doing so would be utterly unhinged.
I give you: the world's most obtuse version of "if (x == A || x == b)", indistinguishable from an editing mistake.