mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
net: cosmetic: Clean up RARP variables and functions
Make a thorough pass through all variables and function names contained within rarp.c and remove CamelCase and improve naming. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Simon Glass
parent
68c76a3a38
commit
698d78e545
@@ -17,11 +17,11 @@
|
||||
* Global functions and variables.
|
||||
*/
|
||||
|
||||
extern int RarpTry;
|
||||
extern int rarp_try;
|
||||
|
||||
/* Process the receipt of a RARP packet */
|
||||
extern void rarp_receive(struct ip_udp_hdr *ip, unsigned len);
|
||||
extern void RarpRequest(void); /* Send a RARP request */
|
||||
void rarp_receive(struct ip_udp_hdr *ip, unsigned len);
|
||||
void rarp_request(void); /* Send a RARP request */
|
||||
|
||||
/**********************************************************************/
|
||||
|
||||
|
Reference in New Issue
Block a user