Test cleanup: replace "l" parameter by "loops"
[urcu.git] / tests / test_urcu_wfs.c
index be099449a78c6845f2af1eaefc6bc18d0c8ff6df..66710e2b688123a1b0ce5d672b55e3d6f7f33b04 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.022232 seconds and 4 git commands to generate.