Re: [PATCH] Scripts: checkpatch.pl: Fix incorrect warning in multi-line seq_printf()

2013-10-28 Thread Joe Perches
On Tue, 2013-10-29 at 03:02 +0530, Rashika Kheria wrote: > This patch fixes the following incorrect warning given by checkpatch.pl > in case of multi-line seq_printf() statements- I believe this is already fixed in -next >From 7f1b7c2810888bba02311ec75b19e0cbd598ef83 Mon Sep 17 00:00:00 2001 From

[PATCH] Scripts: checkpatch.pl: Fix incorrect warning in multi-line seq_printf()

2013-10-28 Thread Rashika Kheria
This patch fixes the following incorrect warning given by checkpatch.pl in case of multi-line seq_printf() statements- "WARNING: Prefer seq_puts to seq_printf" The previous code block producing the above warning was evaluating on line by line basis and hence was printing a warning if the format s