Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
extern u32 bootp_id; /* ID of cur BOOTP request */
extern int bootp_try;
-
/* Send a BOOTP request */
void bootp_reset(void);
void bootp_request(void);
char ip_str[22];
struct in_addr ip_addr;
-
debug("%s\n", __func__);
if (dest != dns_our_port)
return;
* Next step: none
*/
-
#include <bootstage.h>
#include <command.h>
#include <console.h>
}
}
-
void nfs_start(void)
{
debug("%s\n", __func__);
};
void nfs_start(void); /* Begin NFS */
-
/**********************************************************************/
#endif /* __NFS_H__ */
}
}
-
/*
* Timeout on BOOTP request.
*/
}
}
-
void rarp_request(void)
{
uchar *pkt;
}
}
-
static void tftp_timeout_handler(void)
{
if (++timeout_count > timeout_count_max) {