Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1616281

Re: [PATCH] net: netfilter: Use seq_puts()/seq_putc() where possible

From Simon Horman <horms@verge.net.au>
Newsgroups linux.kernel
Subject Re: [PATCH] net: netfilter: Use seq_puts()/seq_putc() where possible
Date 2017-04-04 20:10 +0200
Message-ID <tsB3Y-8pK-11@gated-at.bofh.it> (permalink)
References <tq7jH-5r1-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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@gmail.com>
> ---
>  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@verge.net.au>

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] net: netfilter: Use seq_puts()/seq_putc() where possible simran singhal <singhalsimran0@gmail.com> - 2017-03-29 00:00 +0200
  Re: [PATCH] net: netfilter: Use seq_puts()/seq_putc() where possible Simon Horman <horms@verge.net.au> - 2017-04-04 20:10 +0200
  Re: [PATCH] net: netfilter: Use seq_puts()/seq_putc() where possible Pablo Neira Ayuso <pablo@netfilter.org> - 2017-04-07 17:40 +0200

csiph-web