]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ipv6: mcast: reduce ipv6_chk_mcast_addr() indentation
authorEric Dumazet <edumazet@google.com>
Tue, 10 Dec 2024 18:33:50 +0000 (18:33 +0000)
committerJakub Kicinski <kuba@kernel.org>
Thu, 12 Dec 2024 04:15:28 +0000 (20:15 -0800)
commitd51cfd5f4fe01cd3d212703c8fe5dd6886da969c
tree9f575819db9c447aa233f8fb80f49740be7d3bc7
parent91a91aacc5195982229265b02a021e670b3a034a
ipv6: mcast: reduce ipv6_chk_mcast_addr() indentation

Add a label and two gotos to shorten lines by two tabulations,
to ease code review of following patches.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Link: https://patch.msgid.link/20241210183352.86530-2-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv6/mcast.c