Re: [PATCH] net: netfilter: Use seq_puts()/seq_putc() where possible
From: Simon Horman
Date: Tue Apr 04 2017 - 13:59:59 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').
>
> Signed-off-by: simran singhal <singhalsimran0@xxxxxxxxx>
> ---
> net/netfilter/ipvs/ip_vs_ctl.c | 8 ++++----
Simran, I would be happy to pick up the IPVS version if it was posted as a
separate patch.
Alternative, Pablo, if you would like to take this patch feel free to add:
Acked-by: Simon Horman <horms+renesas@xxxxxxxxxxxx>