From: Yu Watanabe Date: Mon, 11 Dec 2023 14:58:59 +0000 (+0900) Subject: network: drop redundant 'struct' X-Git-Tag: v256-rc1~1519 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60f4cfe4fc720e88a79ae362c9bb9bbadb82dd2c;p=thirdparty%2Fsystemd.git network: drop redundant 'struct' --- diff --git a/src/network/networkd-address.c b/src/network/networkd-address.c index 29c424026e2..c0dff888e09 100644 --- a/src/network/networkd-address.c +++ b/src/network/networkd-address.c @@ -1480,7 +1480,7 @@ static bool address_is_ready_to_configure(Link *link, const Address *address) { } static int address_process_request(Request *req, Link *link, Address *address) { - struct Address *existing; + Address *existing; struct ifa_cacheinfo c; int r;