[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150401120400.GA3218@kroah.com>
Date: Wed, 1 Apr 2015 14:04:00 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Shuah Khan <shuahkh@....samsung.com>
Cc: akpm@...ux-foundation.org, mpe@...erman.id.au,
linux-kernel@...r.kernel.org, linux-api@...r.kernel.org
Subject: Re: [PATCH] selftests: Change memory on-off-test.sh name to be unique
On Tue, Mar 31, 2015 at 06:10:59PM -0600, Shuah Khan wrote:
> cpu and memory hotplug scripts use the same name. Change
> memory on-off-test.sh to mem-on-off-test.sh.
>
> Signed-off-by: Shuah Khan <shuahkh@....samsung.com>
> ---
> tools/testing/selftests/memory-hotplug/Makefile | 6 +-
> .../selftests/memory-hotplug/mem-on-off-test.sh | 238 +++++++++++++++++++++
> .../selftests/memory-hotplug/on-off-test.sh | 238 ---------------------
> 3 files changed, 241 insertions(+), 241 deletions(-)
> create mode 100755 tools/testing/selftests/memory-hotplug/mem-on-off-test.sh
> delete mode 100755 tools/testing/selftests/memory-hotplug/on-off-test.sh
Hint, when making patches that rename files, use '-M' as a git diff
output, it will show the move much easier than adding and removing the
file.
Anyway, I have no problem with this:
Acked-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists