Is it normal kernel style to use if blocks without braces if it's only one line? See https://github.com/davidmalcolm/antipatterns.ko/blob/main/bu...
From https://www.kernel.org/doc/html/v4.10/process/coding-style.h... "Do not unnecessarily use braces where a single statement will do."
Apples famous "gotofail" SSL Security Bug was due to this
https://embeddedgurus.com/barr-code/2014/03/apples-gotofail-...