Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753412AbbDAMEH (ORCPT ); Wed, 1 Apr 2015 08:04:07 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48313 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752929AbbDAMEE (ORCPT ); Wed, 1 Apr 2015 08:04:04 -0400 Date: Wed, 1 Apr 2015 14:04:00 +0200 From: Greg KH To: Shuah Khan Cc: akpm@linux-foundation.org, mpe@ellerman.id.au, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org Subject: Re: [PATCH] selftests: Change memory on-off-test.sh name to be unique 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 Content-Disposition: inline In-Reply-To: <1427847059-9353-1-git-send-email-shuahkh@osg.samsung.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1156 Lines: 25 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 -- 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/