]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - net/link_local.c
Minor Coding Style cleanup
[people/ms/u-boot.git] / net / link_local.c
index 582d0115b7673d7c9fabc11dfdafa20300d80815..8e7665f09073588dfde0e136bf38d4c71227c87c 100644 (file)
@@ -229,8 +229,9 @@ void link_local_receive_arp(struct arp_hdr *arp, int len)
  * XXX Don't bother with ethernet link just yet
        if ((fds[0].revents & POLLIN) == 0) {
                if (fds[0].revents & POLLERR) {
-                       // FIXME: links routinely go down;
-                       // this shouldn't necessarily exit.
+                       /*
+                        * FIXME: links routinely go down;
+                        */
                        bb_error_msg("iface %s is down", eth_get_name());
                        if (ready) {
                                run(argv, "deconfig", &ip);