From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752823AbdDMWCp (ORCPT ); Thu, 13 Apr 2017 18:02:45 -0400 Received: from resqmta-po-02v.sys.comcast.net ([96.114.154.161]:57852 "EHLO resqmta-po-02v.sys.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751343AbdDMWCn (ORCPT ); Thu, 13 Apr 2017 18:02:43 -0400 Reply-To: shuah@kernel.org Subject: Re: [PATCH 1/4] selftests/Makefile: Add missed closing `"` in comment References: <20170413165619.26600-1-sj38.park@gmail.com> <20170413165619.26600-2-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: <55ca2a06-dd87-eb43-3d55-de2277f51b61@kernel.org> Date: Thu, 13 Apr 2017 16:02:41 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20170413165619.26600-2-sj38.park@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfA426ep0V5z0q/fcawbKQkYl1Fre2Xl+Ip/b5YmBw+R21qTO0q954pK3UEs6gM2BKNN3x+xYFz5czdYa7KBBit/2LMmLO3T+M8YN1RkZhEfZadDWKRIF ZIxCskcjgd05lKLEGNPKILHJjQIZ+7hQDUxtZ4pjDSfyzmg6SmT3VosTSZPE0E7yTWyeV3ouPFPxdCEbwv2HcBL9G4Qxb9ft5hQGUXvEtANgnBIRgPfSJD5B CLetTuvV9uzbukQKXdqhxH7RBUBGtdZNI9tWyTqynvZ0IwHm3yuTeH5+bdFLGXCa Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/13/2017 10:56 AM, SeongJae Park wrote: > 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 > This patch is missing changelog - please add and resend. thanks, -- Shuah