From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1034319AbdD0NuR (ORCPT ); Thu, 27 Apr 2017 09:50:17 -0400 Received: from resqmta-po-02v.sys.comcast.net ([96.114.154.161]:34398 "EHLO resqmta-po-02v.sys.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1033368AbdD0NuK (ORCPT ); Thu, 27 Apr 2017 09:50:10 -0400 Reply-To: shuah@kernel.org Subject: Re: [PATCH v2] selftests/Makefile: Add missed closing `"` in comment References: <20170413234316.28636-1-sj38.park@gmail.com> To: SeongJae Park Cc: linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Shuah Khan From: Shuah Khan Message-ID: Date: Thu, 27 Apr 2017 07:50:08 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170413234316.28636-1-sj38.park@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfHIeOdw/mz+TBuJAATZzJr1omR6u8UFLGhkadExlLLCtZiuraLywFoRre1WAyie0O+7x6WXgWp0NIFtB0lQyHC9jvGUbIsrUFfM0XZd4nzfEEZIIIACg Cw8Yxp5cKplfzF1ScCvA7j/onYQxif/Jnzw9YkSNA8esVyKKJu81vDC+KNpS3eLF0SI2qnGSuskBgmExhOVMOnLU1fTgYt1/avmZ0kMm+lVq+u5pL70ej1WQ u54mTEJL69Q2LbZMabWxxiF1b5AKaczMFo2QbHIDyiIhQsCTMRKLZolzasOYlrz2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/13/2017 05:43 PM, SeongJae Park wrote: > A comment for make command usage in `selftets/Makefile` has opening `"` > but no closing `"`. This commit adds the missed `"` in the comment. > > 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 > Applied to linux-kselftest next for 4.12-rc1 thanks for the patch. -- Shuah