mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
net: cosmetic: Clean up SNTP variables and functions
Make a thorough pass through all variables and function names contained within sntp.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
698d78e545
commit
38ba255874
@@ -53,6 +53,6 @@ struct sntp_pkt_t {
|
||||
unsigned long long transmit_timestamp;
|
||||
};
|
||||
|
||||
extern void SntpStart(void); /* Begin SNTP */
|
||||
void sntp_start(void); /* Begin SNTP */
|
||||
|
||||
#endif /* __SNTP_H__ */
|
||||
|
Reference in New Issue
Block a user