On Thursday, March 21, 2013 16:23:29 Antonio Quartulli wrote:
As reported by checkpatch, seq_puts has to be preferred with respect to seq_printf when the format is a constant string (no va_args)
Signed-off-by: Antonio Quartulli ordex@autistici.org
However checkpatch seems to be implementing this check in a wrong way: multi-line seq_printf are reported like having no arguments after the format.
Cheers,
gateway_client.c | 2 +- main.c | 2 +- network-coding.c | 8 ++++---- originator.c | 4 ++-- vis.c | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-)
Applied in revision 174cf3a.
Thanks, Marek