Module Name: src Committed By: skrll Date: Wed Mar 26 16:44:41 UTC 2014
Modified Files: src/sys/external/bsd/vchiq/dist/interface/compat: vchi_bsd.h Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ src/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.h diff -u src/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.h:1.4 src/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.h:1.5 --- src/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.h:1.4 Thu Sep 19 14:43:39 2013 +++ src/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.h Wed Mar 26 16:44:41 2014 @@ -315,7 +315,8 @@ MALLOC_DECLARE(M_VCHI); */ #if 1 /* emulate jiffies */ -static inline unsigned long _jiffies(void) +static inline unsigned long +_jiffies(void) { struct timeval tv; @@ -323,7 +324,8 @@ static inline unsigned long _jiffies(voi 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;