Re: [PATCH] net: netfilter: Use seq_puts()/seq_putc() where possible
From: Pablo Neira Ayuso
Date: Fri Apr 07 2017 - 11:31:03 EST
On Wed, Mar 29, 2017 at 03:25:17AM +0530, simran singhal wrote:
> For string without format specifiers, use seq_puts(). For
> seq_printf("\n"), use seq_putc('\n').
Applied, thanks.