Test cleanup: replace "l" parameter by "loops"
[urcu.git] / tests / test_urcu.c
index 1b1b94b5bfcebc77c3fec5481e528858d62ed4f9..e79e2726cdb7d746b14973c4c07dc3e98f960517 100644 (file)
@@ -84,9 +84,9 @@ static unsigned long rduration;
 /* write-side C.S. duration, in loops */
 static unsigned long wduration;
 
-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.022625 seconds and 4 git commands to generate.