Skip to content
Snippets Groups Projects
Commit dd44f5cb authored by Nevadita's avatar Nevadita
Browse files

map-topology: Fixed a warning

parent fca411cc
Branches
No related tags found
1 merge request!17Fixed all the errors and warnings using the checkpatch script
Pipeline #4352 passed
......@@ -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++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment