Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1286957
| From | Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 1/9] test_hexdump: rename to test_hexdump |
| Date | 2015-12-09 02:00 +0100 |
| Message-ID | <qDBgS-17E-21@gated-at.bofh.it> (permalink) |
| References | <qDBgR-17E-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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>
---
lib/Makefile | 2 +-
lib/{test-hexdump.c => test_hexdump.c} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename lib/{test-hexdump.c => test_hexdump.c} (100%)
diff --git a/lib/Makefile b/lib/Makefile
index eab8592..67945a4 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -32,7 +32,7 @@ obj-y += bcd.o div64.o sort.o parser.o halfmd4.o debug_locks.o random32.o \
obj-y += string_helpers.o
obj-$(CONFIG_TEST_STRING_HELPERS) += test-string_helpers.o
obj-y += hexdump.o
-obj-$(CONFIG_TEST_HEXDUMP) += test-hexdump.o
+obj-$(CONFIG_TEST_HEXDUMP) += test_hexdump.o
obj-y += kstrtox.o
obj-$(CONFIG_TEST_BPF) += test_bpf.o
obj-$(CONFIG_TEST_FIRMWARE) += test_firmware.o
diff --git a/lib/test-hexdump.c b/lib/test_hexdump.c
similarity index 100%
rename from lib/test-hexdump.c
rename to lib/test_hexdump.c
--
2.6.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 0/9] hexdump: update test suite Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2015-12-09 02:00 +0100 [PATCH v2 8/9] test_hexdump: test all possible group sizes for overflow Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2015-12-09 02:00 +0100 [PATCH v2 3/9] test_hexdump: define FILL_CHAR constant Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2015-12-09 02:00 +0100 [PATCH v2 6/9] test_hexdump: switch to memcmp() Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2015-12-09 02:00 +0100 [PATCH v2 1/9] test_hexdump: rename to test_hexdump Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2015-12-09 02:00 +0100
csiph-web