Re: [PATCH v2] checkpatch: Add a warning for log messages that don't end in a new line

From: Julia Lawall
Date: Mon Nov 27 2017 - 01:11:34 EST




On Sun, 26 Nov 2017, Logan Gunthorpe wrote:

>
>
> On 26/11/17 03:29 PM, Joe Perches wrote:
> > This proposal has a very high false positive rate.
>
> The only actual false positive you've pointed out is the one that is
> just incorrect in the wrong way (the author should have used a KERN_CONT
> but did not). I could easily do something similar to what Julia proposes
> and produce a different warning if the string ends in a space.

I don't have a different warning if the string ends in a space. I have a
different warning when one possible control-flow path is fine and another
control-flow path is not. The space thing relates to guessing whether
some other printing API function needs a newline or not.

julia

> But I
> don't see any bullet proof way for any script to deduce what the author
> actually meant.
>
> > Keep at it though.
> > Maybe something useful will be produced with more effort.
>
> Unless there's more actually constructive criticism I don't think I'll
> be getting any further with this.
>
> Logan
>