]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: drop break line in comment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 10 Oct 2018 05:36:32 +0000 (14:36 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 10 Oct 2018 05:43:05 +0000 (14:43 +0900)
src/network/networkd-link.c

index 643a5e77c6a78e0a5fe22bd384c6726fbfef68db..596f3dee3fe5236a3d4775b9f984523bdee7123c 100644 (file)
@@ -1752,8 +1752,7 @@ static int link_up_handler(sd_netlink *rtnl, sd_netlink_message *m, void *userda
 
         r = sd_netlink_message_get_errno(m);
         if (r < 0)
-                /* we warn but don't fail the link, as it may be
-                   brought up later */
+                /* we warn but don't fail the link, as it may be brought up later */
                 log_link_warning_errno(link, r, "Could not bring up interface: %m");
 
         return 1;