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@xxxxxxxxxxxxxxx> > --- > 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@xxxxxxxxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html