[PATCH] radix tree test suite: Parameter type completion

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



'unsigned int' is better than 'unsigned', which has several changes.

Signed-off-by: Xin Gao <gaoxin@xxxxxxxxxx>
---
 tools/testing/radix-tree/iteration_check.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/radix-tree/iteration_check.c b/tools/testing/radix-tree/iteration_check.c
index e9908bcb06dd..c53d5dd9d6de 100644
--- a/tools/testing/radix-tree/iteration_check.c
+++ b/tools/testing/radix-tree/iteration_check.c
@@ -162,7 +162,7 @@ static void *tag_entries_fn(void *arg)
 }
 
 /* This is a unit test for a bug found by the syzkaller tester */
-void iteration_test(unsigned order, unsigned test_duration)
+void iteration_test(unsigned int order, unsigned int test_duration)
 {
 	int i;
 
-- 
2.30.2




[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [NTFS 3]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [NTFS 3]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux