]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: swap asterisk and space
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 27 Oct 2024 13:58:25 +0000 (22:58 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 30 Oct 2024 15:51:50 +0000 (00:51 +0900)
src/network/netdev/netdev.h
src/network/networkd-link.h

index 10b9d0dd77a0d34ec3a2b3fcf70ea5c207a5c54b..7a2f22b2616219151d82c1a5e3b7ac757e7672c9 100644 (file)
@@ -217,8 +217,8 @@ void netdev_drop(NetDev *netdev);
 void netdev_enter_failed(NetDev *netdev);
 int netdev_enter_ready(NetDev *netdev);
 
-NetDev *netdev_unref(NetDev *netdev);
-NetDev *netdev_ref(NetDev *netdev);
+NetDevnetdev_unref(NetDev *netdev);
+NetDevnetdev_ref(NetDev *netdev);
 DEFINE_TRIVIAL_DESTRUCTOR(netdev_destroy_callback, NetDev, netdev_unref);
 DEFINE_TRIVIAL_CLEANUP_FUNC(NetDev*, netdev_unref);
 
index 89278f3a43e0337d24def10421e17eeaa1911cb0..3a4452dfa11eea56826aa4fe7c4fab3cddee2a2b 100644 (file)
@@ -222,8 +222,8 @@ bool link_is_ready_to_configure(Link *link, bool allow_unmanaged);
 
 void link_ntp_settings_clear(Link *link);
 void link_dns_settings_clear(Link *link);
-Link *link_unref(Link *link);
-Link *link_ref(Link *link);
+Linklink_unref(Link *link);
+Linklink_ref(Link *link);
 DEFINE_TRIVIAL_CLEANUP_FUNC(Link*, link_unref);
 DEFINE_TRIVIAL_DESTRUCTOR(link_netlink_destroy_callback, Link, link_unref);