]> 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)
commitf51a08f7cacf2a91ab5f57b675cbea4cd5187b9f
treec745e6c22f3264ea48489f91e20277ef2df4bcd3
parent4a045ce30135f1533daf84a7d0ba3c2a17cbfce3
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]