Test cleanup: replace "l" parameter by "loops"
[urcu.git] / tests / test_looplen.c
index 3a750cc1b4e2fd5870dd85dfd6f44f2d41f61d70..e1bd2ea25a037238cba132ba61d2879b1fd36f24 100644 (file)
@@ -61,9 +61,9 @@ static inline pid_t gettid(void)
 #endif
 #include <urcu.h>
 
-static inline void loop_sleep(unsigned long l)
+static inline void loop_sleep(unsigned long loops)
 {
-       while(l-- != 0)
+       while (loops-- != 0)
                caa_cpu_relax();
 }
 
This page took 0.023092 seconds and 4 git commands to generate.