mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-28 08:35:38 +00:00
net: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
76964e3f6d
commit
218a32d6e6
7 changed files with 0 additions and 8 deletions
|
@ -65,7 +65,6 @@ struct bootp_hdr {
|
||||||
extern u32 bootp_id; /* ID of cur BOOTP request */
|
extern u32 bootp_id; /* ID of cur BOOTP request */
|
||||||
extern int bootp_try;
|
extern int bootp_try;
|
||||||
|
|
||||||
|
|
||||||
/* Send a BOOTP request */
|
/* Send a BOOTP request */
|
||||||
void bootp_reset(void);
|
void bootp_reset(void);
|
||||||
void bootp_request(void);
|
void bootp_request(void);
|
||||||
|
|
|
@ -121,7 +121,6 @@ static void dns_handler(uchar *pkt, unsigned dest, struct in_addr sip,
|
||||||
char ip_str[22];
|
char ip_str[22];
|
||||||
struct in_addr ip_addr;
|
struct in_addr ip_addr;
|
||||||
|
|
||||||
|
|
||||||
debug("%s\n", __func__);
|
debug("%s\n", __func__);
|
||||||
if (dest != dns_our_port)
|
if (dest != dns_our_port)
|
||||||
return;
|
return;
|
||||||
|
|
|
@ -80,7 +80,6 @@
|
||||||
* Next step: none
|
* Next step: none
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <bootstage.h>
|
#include <bootstage.h>
|
||||||
#include <command.h>
|
#include <command.h>
|
||||||
#include <console.h>
|
#include <console.h>
|
||||||
|
|
|
@ -913,7 +913,6 @@ static void nfs_handler(uchar *pkt, unsigned dest, struct in_addr sip,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void nfs_start(void)
|
void nfs_start(void)
|
||||||
{
|
{
|
||||||
debug("%s\n", __func__);
|
debug("%s\n", __func__);
|
||||||
|
|
|
@ -81,7 +81,6 @@ struct rpc_t {
|
||||||
};
|
};
|
||||||
void nfs_start(void); /* Begin NFS */
|
void nfs_start(void); /* Begin NFS */
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************/
|
/**********************************************************************/
|
||||||
|
|
||||||
#endif /* __NFS_H__ */
|
#endif /* __NFS_H__ */
|
||||||
|
|
|
@ -45,7 +45,6 @@ void rarp_receive(struct ip_udp_hdr *ip, unsigned len)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Timeout on BOOTP request.
|
* Timeout on BOOTP request.
|
||||||
*/
|
*/
|
||||||
|
@ -60,7 +59,6 @@ static void rarp_timeout_handler(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void rarp_request(void)
|
void rarp_request(void)
|
||||||
{
|
{
|
||||||
uchar *pkt;
|
uchar *pkt;
|
||||||
|
|
|
@ -694,7 +694,6 @@ static void tftp_handler(uchar *pkt, unsigned dest, struct in_addr sip,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void tftp_timeout_handler(void)
|
static void tftp_timeout_handler(void)
|
||||||
{
|
{
|
||||||
if (++timeout_count > timeout_count_max) {
|
if (++timeout_count > timeout_count_max) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue