From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 25 Mar 2013 16:47:15 +0800 References: <1363854209-23414-1-git-send-email-ordex@autistici.org> In-Reply-To: <1363854209-23414-1-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201303251647.15243.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH next] batman-adv: use seq_puts instead of seq_printf when the format is constant Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org 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 > --- > > 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