Re: [PATCH net-next 3/4] ipv6: Constify the sk parameter of several helper functions.
From: Simon Horman <hidden>
Date: 2023-07-13 09:33:22
From: Simon Horman <hidden>
Date: 2023-07-13 09:33:22
On Tue, Jul 11, 2023 at 03:06:21PM +0200, 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 <redacted>
Reviewed-by: Simon Horman <redacted>