Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yury Norov and committed by
Linus Torvalds
dceeb3e7 a571b272

+2 -2
+1 -1
lib/Kconfig.debug
··· 1841 1841 1842 1842 If unsure, say N. 1843 1843 1844 - config TEST_FIND_BIT 1844 + config FIND_BIT_BENCHMARK 1845 1845 tristate "Test find_bit functions" 1846 1846 default n 1847 1847 help
+1 -1
lib/Makefile
··· 46 46 obj-y += hexdump.o 47 47 obj-$(CONFIG_TEST_HEXDUMP) += test_hexdump.o 48 48 obj-y += kstrtox.o 49 + obj-$(CONFIG_FIND_BIT_BENCHMARK) += find_bit_benchmark.o 49 50 obj-$(CONFIG_TEST_BPF) += test_bpf.o 50 - obj-$(CONFIG_TEST_FIND_BIT) += test_find_bit.o 51 51 obj-$(CONFIG_TEST_FIRMWARE) += test_firmware.o 52 52 obj-$(CONFIG_TEST_SYSCTL) += test_sysctl.o 53 53 obj-$(CONFIG_TEST_HASH) += test_hash.o test_siphash.o
lib/test_find_bit.c lib/find_bit_benchmark.c