From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754884AbdDMQ4h (ORCPT ); Thu, 13 Apr 2017 12:56:37 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:36832 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754774AbdDMQ4a (ORCPT ); Thu, 13 Apr 2017 12:56:30 -0400 From: SeongJae Park To: shuah@kernel.org Cc: linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, SeongJae Park Subject: [PATCH 1/4] selftests/Makefile: Add missed closing `"` in comment Date: Fri, 14 Apr 2017 01:56:17 +0900 Message-Id: <20170413165619.26600-2-sj38.park@gmail.com> X-Mailer: git-send-email 2.12.0 In-Reply-To: <20170413165619.26600-1-sj38.park@gmail.com> References: <20170413165619.26600-1-sj38.park@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: SeongJae Park --- tools/testing/selftests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index d8593f1251ec..395ab296c084 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -39,7 +39,7 @@ TARGETS += x86 TARGETS += zram #Please keep the TARGETS list alphabetically sorted # Run "make quicktest=1 run_tests" or -# "make quicktest=1 kselftest from top level Makefile +# "make quicktest=1 kselftest" from top level Makefile TARGETS_HOTPLUG = cpu-hotplug TARGETS_HOTPLUG += memory-hotplug -- 2.12.0