Test cleanup: replace "l" parameter by "loops"
[urcu.git] / tests / test_urcu_lfs.c
index 88bf65d09bd533bf19139a4028e68e990e43ea64..5886ce86de50c1ab2c25c61a172d895fa4a33a53 100644 (file)
@@ -78,9 +78,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.022658 seconds and 4 git commands to generate.