Re: [PATCH] checkpatch: check for missing \n at the end of logging message

From: Marion & Christophe JAILLET
Date: Sat Apr 11 2020 - 03:13:55 EST



Le 11/04/2020 Ã 09:12, Christophe JAILLET a ÃcritÂ:

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


Oops, my mistake, this one is correctly spotted :)

CJ