Fix comments formatting

This commit is contained in:
Sebastien Lorquet 2017-05-19 17:50:26 +02:00
parent aefddc3648
commit 297844b1ce
18 changed files with 37 additions and 19 deletions

View file

@ -130,7 +130,8 @@ printf("NET1: Configuring %s\n", CONFIG_EXAMPLES_BRIDGE_NET1_IFNAME);
netlib_set_ipv4netmask(CONFIG_EXAMPLES_BRIDGE_NET1_IFNAME, &addr);
/* New versions of netlib_set_ipvXaddr will not bring the network up,
* So ensure the network is really up at this point. */
* So ensure the network is really up at this point.
*/
netlib_ifup("eth0");

View file

@ -128,7 +128,8 @@ int dhcpd_main(int argc, char *argv[])
netlib_set_ipv4netmask("eth0", &addr);
/* New versions of netlib_set_ipvXaddr will not bring the network up,
* So ensure the network is really up at this point. */
* So ensure the network is really up at this point.
*/
netlib_ifup("eth0");

View file

@ -135,7 +135,8 @@ int discover_main(int argc, char *argv[])
netlib_set_ipv4netmask("eth0", &addr);
/* New versions of netlib_set_ipvXaddr will not bring the network up,
* So ensure the network is really up at this point. */
* So ensure the network is really up at this point.
*/
netlib_ifup("eth0");

View file

@ -116,7 +116,8 @@ static void fptd_netinit(void)
netlib_set_ipv4netmask("eth0", &addr);
/* New versions of netlib_set_ipvXaddr will not bring the network up,
* So ensure the network is really up at this point. */
* So ensure the network is really up at this point.
*/
netlib_ifup("eth0");

View file

@ -124,7 +124,8 @@ int igmp_main(int argc, char *argv[])
netlib_set_ipv4netmask("eth0", &addr);
/* New versions of netlib_set_ipvXaddr will not bring the network up,
* So ensure the network is really up at this point. */
* So ensure the network is really up at this point.
*/
netlib_ifup("eth0");

View file

@ -159,8 +159,9 @@ static void netest_initialize(void)
netlib_set_ipv6netmask("eth0",
(FAR const struct in6_addr *)g_ipv6_netmask);
/* New versions of netlib_set_ipv6addr will not bring the network up,
* So ensure the network is really up at this point. */
/* New versions of netlib_set_ipvXaddr will not bring the network up,
* So ensure the network is really up at this point.
*/
netlib_ifup("eth0");

View file

@ -327,7 +327,8 @@ static void net_configure(void)
netlib_set_ipv4netmask("eth0", &addr);
/* New versions of netlib_set_ipvXaddr will not bring the network up,
* So ensure the network is really up at this point. */
* So ensure the network is really up at this point.
*/
netlib_ifup("eth0");
}

View file

@ -120,7 +120,8 @@ static void net_configure(void)
netlib_set_ipv4netmask("eth0", &addr);
/* New versions of netlib_set_ipvXaddr will not bring the network up,
* So ensure the network is really up at this point. */
* So ensure the network is really up at this point.
*/
netlib_ifup("eth0");
}

View file

@ -151,7 +151,8 @@ int sendmail_main(int argc, char *argv[])
netlib_set_ipv4netmask("eth0", &addr);
/* New versions of netlib_set_ipvXaddr will not bring the network up,
* So ensure the network is really up at this point. */
* So ensure the network is really up at this point.
*/
netlib_ifup("eth0");

View file

@ -144,7 +144,8 @@ static int tcpecho_netsetup()
netlib_set_ipv4netmask("eth0", &addr);
/* New versions of netlib_set_ipvXaddr will not bring the network up,
* So ensure the network is really up at this point. */
* So ensure the network is really up at this point.
*/
netlib_ifup("eth0");

View file

@ -220,7 +220,8 @@ static void telnetd_netinit(void)
netlib_set_ipv4netmask("eth0", &addr);
/* New versions of netlib_set_ipvXaddr will not bring the network up,
* So ensure the network is really up at this point. */
* So ensure the network is really up at this point.
*/
netlib_ifup("eth0");
}

View file

@ -255,7 +255,8 @@ int thttp_main(int argc, char *argv[])
netlib_set_ipv4netmask(NET_DEVNAME, &addr);
/* New versions of netlib_set_ipvXaddr will not bring the network up,
* So ensure the network is really up at this point. */
* So ensure the network is really up at this point.
*/
netlib_ifup("eth0");

View file

@ -161,7 +161,8 @@ int udp_main(int argc, char *argv[])
#endif /* CONFIG_EXAMPLES_UDP_IPv6 */
/* New versions of netlib_set_ipvXaddr will not bring the network up,
* So ensure the network is really up at this point. */
* So ensure the network is really up at this point.
*/
netlib_ifup("eth0");

View file

@ -175,7 +175,8 @@ static void netest_initialize(void)
#endif /* CONFIG_EXAMPLES_UDPBLASTER_IPv6 */
/* New versions of netlib_set_ipvXaddr will not bring the network up,
* So ensure the network is really up at this point. */
* So ensure the network is really up at this point.
*/
netlib_ifup("eth0");

View file

@ -141,7 +141,8 @@ int webserver_main(int argc, char *argv[])
netlib_set_ipv4netmask("eth0", &addr);
/* New versions of netlib_set_ipvXaddr will not bring the network up,
* So ensure the network is really up at this point. */
* So ensure the network is really up at this point.
*/
netlib_ifup("eth0");

View file

@ -145,7 +145,8 @@ int wget_main(int argc, char *argv[])
netlib_set_ipv4netmask("eth0", &addr);
/* New versions of netlib_set_ipvXaddr will not bring the network up,
* So ensure the network is really up at this point. */
* So ensure the network is really up at this point.
*/
netlib_ifup("eth0");

View file

@ -309,7 +309,8 @@ static int xmlrpc_netinit(void)
netlib_set_ipv4netmask("eth0", &addr);
/* New versions of netlib_set_ipvXaddr will not bring the network up,
* So ensure the network is really up at this point. */
* So ensure the network is really up at this point.
*/
netlib_ifup("eth0");

View file

@ -359,7 +359,8 @@ static void nsh_netinit_configure(void)
#endif
/* New versions of netlib_set_ipvXaddr will not bring the network up,
* So ensure the network is really up at this point. */
* So ensure the network is really up at this point.
*/
netlib_ifup("eth0");