commit | 6c3234a3434c959be58621b987aa0c760d8aab32 | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Tue May 15 08:59:11 2012 +0000 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Tue May 15 17:16:45 2012 -0500 |
tree | 172d16efc4d581d68c25a19978831e06e2d234f9 | |
parent | c2faf4f901c20193b7fb0a4859cae12bd21f057e [diff] [blame] |
net: cosmetic: sntp.* checkpatch compliance Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
diff --git a/net/sntp.h b/net/sntp.h index 8a097bf..1d0046e 100644 --- a/net/sntp.h +++ b/net/sntp.h
@@ -56,6 +56,6 @@ unsigned long long transmit_timestamp; }; -extern void SntpStart (void); /* Begin SNTP */ +extern void SntpStart(void); /* Begin SNTP */ #endif /* __SNTP_H__ */