lib/test_find_bit.c: rename to find_bit_benchmark.c
authorYury Norov <ynorov@caviumnetworks.com>
Tue, 6 Feb 2018 23:38:27 +0000 (15:38 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 7 Feb 2018 02:32:44 +0000 (18:32 -0800)
commitdceeb3e7fd5cdafb6b8f70321fc4d994c95c3554
tree65a76f3f730029bbf41a8da443358ffc26ae3768
parenta571b272ab0f82399e8b2ede8c95d153d76a3534
lib/test_find_bit.c: rename to find_bit_benchmark.c

As suggested in review comments, rename test_find_bit.c to
find_bit_benchmark.c.

Link: http://lkml.kernel.org/r/20171124143040.a44jvhmnaiyedg2i@yury-thinkpad
Signed-off-by: Yury Norov <ynorov@caviumnetworks.com>
Tested-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Clement Courbet <courbet@google.com>
Cc: Matthew Wilcox <mawilcox@microsoft.com>
Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/Kconfig.debug
lib/Makefile
lib/find_bit_benchmark.c [new file with mode: 0644]
lib/test_find_bit.c [deleted file]