]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-lldp-rx.c
tree-wide: add missing whitespace at the end of comments
[thirdparty/systemd.git] / src / network / networkd-lldp-rx.c
index 56e4244f41f11cb634f964b07f2adbad28d4948d..c30cc36b51c0b48df6b629ca33206bebbd504e8c 100644 (file)
@@ -41,7 +41,7 @@ static bool link_lldp_rx_enabled(Link *link) {
 
         /* LLDP should be handled on bridge and bond slaves as those have a direct connection to their peers,
          * not on the bridge/bond master. Linux doesn't even (by default) forward lldp packets to the bridge
-         * master.*/
+         * master. */
         if (link->kind && STR_IN_SET(link->kind, "bridge", "bond"))
                 return false;