Test cleanup: replace "l" parameter by "loops"
[urcu.git] / tests / test_urcu_wfcq.c
index 3141268053f3955685700def0cf0bfcbc1948b59..6c2e4e827707f80ce7af9a29a1480f7ee49c4fb3 100644 (file)
@@ -77,9 +77,9 @@ static unsigned long duration;
 /* read-side C.S. duration, in loops */
 static unsigned long wdelay;
 
-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.023025 seconds and 4 git commands to generate.