]> www.infradead.org Git - users/hch/misc.git/commitdiff
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)
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 [moved from lib/test_find_bit.c with 100% similarity]

index 64d7c19d3167c4bc86c3dcf62e09b6d0179f1612..cb9dd85a83562fed3893596eb0d058c4db3da5e5 100644 (file)
@@ -1841,7 +1841,7 @@ config TEST_BPF
 
          If unsure, say N.
 
-config TEST_FIND_BIT
+config FIND_BIT_BENCHMARK
        tristate "Test find_bit functions"
        default n
        help
index 7adb066692b3006b11431ef9f82e2d5f7a4bf2b8..a90d4fcd748fcc658a1582f69e205913178017d7 100644 (file)
@@ -46,8 +46,8 @@ obj-$(CONFIG_TEST_STRING_HELPERS) += test-string_helpers.o
 obj-y += hexdump.o
 obj-$(CONFIG_TEST_HEXDUMP) += test_hexdump.o
 obj-y += kstrtox.o
+obj-$(CONFIG_FIND_BIT_BENCHMARK) += find_bit_benchmark.o
 obj-$(CONFIG_TEST_BPF) += test_bpf.o
-obj-$(CONFIG_TEST_FIND_BIT) += test_find_bit.o
 obj-$(CONFIG_TEST_FIRMWARE) += test_firmware.o
 obj-$(CONFIG_TEST_SYSCTL) += test_sysctl.o
 obj-$(CONFIG_TEST_HASH) += test_hash.o test_siphash.o
similarity index 100%
rename from lib/test_find_bit.c
rename to lib/find_bit_benchmark.c