ring-buffer-benchmark: Fix the wrong type
authorWang Long <long.wanglong@huawei.com>
Wed, 10 Jun 2015 08:12:07 +0000 (08:12 +0000)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 10 Jun 2015 19:45:22 +0000 (15:45 -0400)
commit33d657d1381025542b84b79d5c7b548598e40a4d
tree235074885995174bf1b435d0a7f18a06e0c88a60
parent7364e86547bc52a555c9317b32cc4e81c4d4fd7c
ring-buffer-benchmark: Fix the wrong type

The macro 'module_param' shows that the type of the
variable disable_reader and write_iteration is unsigned
integer. so, we change their type form int to unsigned int.

Link: http://lkml.kernel.org/r/1433923927-67782-1-git-send-email-long.wanglong@huawei.com
Signed-off-by: Wang Long <long.wanglong@huawei.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/ring_buffer_benchmark.c