Re: Fwd: [PATCH 1/1] fs/cifs/cifs.c: replace seq_printf by seq_puts

From: Fabian Frederick
Date: Tue May 13 2014 - 15:02:01 EST


On Tue, 13 May 2014 20:48:09 +0200
Steve French <smfrench@xxxxxxxxx> wrote:

> merged into cifs-2.6.git for-next
>
> Is the goal here to replace seq_printf (everywhere it has fixed number
> of arguments) with seq_puts (it saves a few lines of code since in
> those cases seq_printf will turn around and simply call seq_puts)?
Hi Steve,

Exactly. Those were some checkpatch warnings asking for conversion.

Fabian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/