From dd44f5cbe1b092100fb44b95249749ef6cf4c69a Mon Sep 17 00:00:00 2001 From: "nevadita.chatterjee" <nevadita.chatterjee@iopsys.eu> Date: Mon, 28 Sep 2020 11:36:45 +0530 Subject: [PATCH] map-topology: Fixed a warning --- src/topo_ieee1905.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/topo_ieee1905.c b/src/topo_ieee1905.c index 76b0622..00c827a 100644 --- a/src/topo_ieee1905.c +++ b/src/topo_ieee1905.c @@ -210,8 +210,8 @@ void topologyd_algo_run(struct topologyd_private *priv) dbg("Processing " MACFMT " AL\n", MAC2STR(p->nbr_list[j].nbr_macid)); } } - /*here we send the topology query to selfnode each - *time the algo runs to keep self node updated */ + /*here we send the topology query to selfnode each*/ + /*time the algo runs to keep self node updated */ topologyd_send_ieee1905_topology_query(priv, NULL); for (i = 0; i < NODE_HTABLE_SIZE; i++) { -- GitLab