diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2012-05-15 08:59:11 +0000 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2012-05-15 17:16:45 -0500 |
commit | 6c3234a3434c959be58621b987aa0c760d8aab32 (patch) | |
tree | 172d16efc4d581d68c25a19978831e06e2d234f9 /net/sntp.h | |
parent | c2faf4f901c20193b7fb0a4859cae12bd21f057e (diff) | |
download | u-boot-6c3234a3434c959be58621b987aa0c760d8aab32.tar.gz u-boot-6c3234a3434c959be58621b987aa0c760d8aab32.tar.xz u-boot-6c3234a3434c959be58621b987aa0c760d8aab32.zip |
net: cosmetic: sntp.* checkpatch compliance
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'net/sntp.h')
-rw-r--r-- | net/sntp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sntp.h b/net/sntp.h index 8a097bfa38..1d0046e94b 100644 --- a/net/sntp.h +++ b/net/sntp.h @@ -56,6 +56,6 @@ struct sntp_pkt_t { unsigned long long transmit_timestamp; }; -extern void SntpStart (void); /* Begin SNTP */ +extern void SntpStart(void); /* Begin SNTP */ #endif /* __SNTP_H__ */ |