From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH] selftests: Change memory on-off-test.sh name to be unique Date: Wed, 1 Apr 2015 14:04:00 +0200 Message-ID: <20150401120400.GA3218@kroah.com> References: <1427847059-9353-1-git-send-email-shuahkh@osg.samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1427847059-9353-1-git-send-email-shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Shuah Khan Cc: akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org, mpe-Gsx/Oe8HsFggBc27wqDAHg@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-api@vger.kernel.org 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 > --- > 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