]> git.baikalelectronics.ru Git - kernel.git/commit
test_hexdump: rename to test_hexdump
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 20 Jan 2016 22:58:44 +0000 (14:58 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Jan 2016 01:09:18 +0000 (17:09 -0800)
commit5f4066fa43dd733c2ec8f99516a351a223dbc6b8
treec745e6c22f3264ea48489f91e20277ef2df4bcd3
parentcda276e5c7b2f92e8c4c747bf9bf7d9b81dd3a85
test_hexdump: rename to test_hexdump

The test suite currently doesn't cover many corner cases when
hex_dump_to_buffer() runs into overflow.  Refactor and amend test suite
to cover most of the cases.

This patch (of 9):

Just to follow the scheme that most of the test modules are using.

There is no fuctional change.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/Makefile
lib/test-hexdump.c [deleted file]
lib/test_hexdump.c [new file with mode: 0644]