Re: [PATCH] checkpatch: Add TP_printk to list of logging functions

2017-10-18 Thread Song Liu
> On Oct 17, 2017, at 4:29 PM, Joe Perches wrote: > > So the line length check can be bypassed by its callers. > > Reported-by: Song Liu > Signed-off-by: Joe Perches > --- > scripts/checkpatch.pl | 1 + > 1 file changed, 1

Re: [PATCH] checkpatch: Add TP_printk to list of logging functions

2017-10-18 Thread Song Liu
> On Oct 17, 2017, at 4:29 PM, Joe Perches wrote: > > So the line length check can be bypassed by its callers. > > Reported-by: Song Liu > Signed-off-by: Joe Perches > --- > scripts/checkpatch.pl | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/scripts/checkpatch.pl

[PATCH] checkpatch: Add TP_printk to list of logging functions

2017-10-17 Thread Joe Perches
So the line length check can be bypassed by its callers. Reported-by: Song Liu Signed-off-by: Joe Perches --- scripts/checkpatch.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index

[PATCH] checkpatch: Add TP_printk to list of logging functions

2017-10-17 Thread Joe Perches
So the line length check can be bypassed by its callers. Reported-by: Song Liu Signed-off-by: Joe Perches --- scripts/checkpatch.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 2a8c6c3c1bdb..359c02b0954e 100755 ---