From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752744AbbKKQg0 (ORCPT ); Wed, 11 Nov 2015 11:36:26 -0500 Received: from mga01.intel.com ([192.55.52.88]:54217 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752176AbbKKQgW (ORCPT ); Wed, 11 Nov 2015 11:36:22 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,276,1444719600"; d="scan'208";a="598376341" From: Andy Shevchenko To: Rasmus Villemoes , Andrew Morton , linux-kernel@vger.kernel.org Cc: Andy Shevchenko Subject: [PATCH v1 1/7] test_hexdump: rename to test_hexdump Date: Wed, 11 Nov 2015 18:35:12 +0200 Message-Id: <1447259718-19647-2-git-send-email-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.6.2 In-Reply-To: <1447259718-19647-1-git-send-email-andriy.shevchenko@linux.intel.com> References: <1447259718-19647-1-git-send-email-andriy.shevchenko@linux.intel.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Just to follow the scheme that most of the test modules are using. There is no fuctional change. Signed-off-by: Andy Shevchenko --- 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 5f4a9e8..64f834a 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