From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Date: Sun, 16 Oct 2016 15:29:31 +0000 Subject: Re: [PATCH] ARM/orion/gpio: Replace three seq_printf() calls by seq_puts() in orion_gpio_dbg_show() Message-Id: <20161016152931.GA14097@lunn.ch> List-Id: References: <92ba3c30-386a-bb86-623d-0917cd9e61a2@users.sourceforge.net> In-Reply-To: <92ba3c30-386a-bb86-623d-0917cd9e61a2@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Sun, Oct 16, 2016 at 12:38:26PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 16 Oct 2016 12:30:48 +0200 > > Strings which did not contain data format specifications should be put > into a sequence. Thus use the corresponding function "seq_puts". > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring Reviewed-by: Andrew Lunn Andrew