]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9476e95db58039343cea9c657ce6d2832d7358e1
tree65a76f3f730029bbf41a8da443358ffc26ae3768
parent9f1864b7fde55dbbc2597bfc72052463c81e8b11
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]