Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/vchiq/dist/interface/compat KNF
details: https://anonhg.NetBSD.org/src/rev/224dd0882307
branches: trunk
changeset: 328106:224dd0882307
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Mar 26 16:44:41 2014 +0000
description:
KNF
diffstat:
sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.h | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 26cecff04188 -r 224dd0882307 sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.h
--- a/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.h Wed Mar 26 16:21:39 2014 +0000
+++ b/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.h Wed Mar 26 16:44:41 2014 +0000
@@ -315,7 +315,8 @@
*/
#if 1
/* emulate jiffies */
-static inline unsigned long _jiffies(void)
+static inline unsigned long
+_jiffies(void)
{
struct timeval tv;
@@ -323,7 +324,8 @@
return tvtohz(&tv);
}
-static inline unsigned long msecs_to_jiffies(unsigned long msecs)
+static inline unsigned long
+msecs_to_jiffies(unsigned long msecs)
{
struct timeval tv;
Home |
Main Index |
Thread Index |
Old Index