Merge branch 'in6addr_any-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Wed, 29 Mar 2023 07:22:52 +0000 (08:22 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Mar 2023 07:22:52 +0000 (08:22 +0100)
commit9380d89104ead5d03a0977ce0b9226a6e94a8911
tree384869b1ab47698cefacb5b7a0d4e10012ecf1eb
parent5a8c8b72f65f6b80b52b21a207a4ddc3011d6440
parentbe689c719eb6153b0fbd83536ae656dca8981f12
Merge branch 'in6addr_any-cleanups'

Kuniyuki Iwashima says:

====================
ipv6: Random cleanup for in6addr_any.

The first patch removes in6addr_any alternatives and the second
removes redundant initialisation of a local variable.

Changes:
  v2: Use ipv6_addr_any() in patch 1. (David Ahern)

  v1: https://lore.kernel.org/netdev/20230322012204.33157-1-kuniyu@amazon.com/
====================

Signed-off-by: David S. Miller <davem@davemloft.net>