[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <51dcd448-183c-7ec3-86b7-5d9acad34772@kernel.org>
Date: Thu, 13 Jul 2023 15:34:54 -0600
From: David Ahern <dsahern@...nel.org>
To: Guillaume Nault <gnault@...hat.com>, David Miller <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
Eric Dumazet <edumazet@...gle.com>
Cc: netdev@...r.kernel.org, David Ahern <dsahern@...nel.org>
Subject: Re: [PATCH net-next 3/4] ipv6: Constify the sk parameter of several
helper functions.
On 7/11/23 7:06 AM, Guillaume Nault wrote:
> icmpv6_flow_init(), ip6_datagram_flow_key_init() and ip6_mc_hdr() don't
> need to modify their sk argument. Make that explicit using const.
>
> Signed-off-by: Guillaume Nault <gnault@...hat.com>
> ---
> include/linux/icmpv6.h | 10 ++++------
> net/ipv6/datagram.c | 7 ++++---
> net/ipv6/icmp.c | 6 ++----
> net/ipv6/mcast.c | 8 +++-----
> 4 files changed, 13 insertions(+), 18 deletions(-)
>
Reviewed-by: David Ahern <dsahern@...nel.org>
Powered by blists - more mailing lists