Oops, my mistake, this one is correctly spotted :)
Hi,
ÂÂÂÂ./scripts/checkpatch.pl -f drivers/soc/kendryte/k210-sysctl.c
is missing line 189, even if it looks like a construction correctly spotted in some other files:
ÂÂÂÂif (foo) {
ÂÂÂÂÂÂÂ dev_err(...);
ÂÂÂÂÂÂÂ ...
ÂÂÂÂ};
CJ