From patchwork Sat Oct 7 00:17:52 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 9990821 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id BB29460244 for ; Sat, 7 Oct 2017 00:18:08 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AC54728E34 for ; Sat, 7 Oct 2017 00:18:08 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A047628E3B; Sat, 7 Oct 2017 00:18:08 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 464BE28E34 for ; Sat, 7 Oct 2017 00:18:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752468AbdJGARz (ORCPT ); Fri, 6 Oct 2017 20:17:55 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:57004 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751869AbdJGARy (ORCPT ); Fri, 6 Oct 2017 20:17:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:MIME-Version:Date:Message-ID:Subject:From:To:Sender:Reply-To:Cc: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=3L21riBrK8pXGV5Cc/qIeh2UCuUPlGYcarRgC5h9Mfo=; b=VLEkbuMP1CsfjVIwxbVOabB3j X2ksXrzbjXZK+SYG3HB3N7HnSC9Jgt93KwB7pwsUHQCPyNGzkkwMsvxl026liVKE139Tya9e8WGkn 0pQC8EYeJqiEosnpvoZ4ayqSUbCzBRySgGM94RluYBVJF3Jtt+FLGPMJc81+1D6h7PD/PefbEiWML 8RneUu3iRQfH1Sw8OokY6VpLfaM5K1qUJrpTBUXsjC0pZdhbQpAnypabdGou2gJB652oMmmOVAIz5 uA1eADG4xecxTs9JhOorVKvKQhA9etq0ATNWn7o1Q2Dl4DRZ6pE+xBZlkVG84HbkbM8puCVemZWBB IFGotN7yQ==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=midway.dunlap) by bombadil.infradead.org with esmtpsa (Exim 4.87 #1 (Red Hat Linux)) id 1e0coT-0003dG-DI; Sat, 07 Oct 2017 00:17:53 +0000 To: LKML , linux-kselftest@vger.kernel.org, linux-kbuild , Masahiro Yamada , Jiri Kosina , "Cc: Shuah Khan" From: Randy Dunlap Subject: [PATCH] Makefile: kselftest: fix grammar typo Message-ID: Date: Fri, 6 Oct 2017 17:17:52 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 Content-Language: en-US Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Randy Dunlap Correct typo in kselftest help text. Signed-off-by: Randy Dunlap Cc: Shuah Khan Cc: linux-kselftest@vger.kernel.org Cc: Masahiro Yamada Cc: Jiri Kosina --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- lnx-414-rc3.orig/Makefile +++ lnx-414-rc3/Makefile @@ -1395,7 +1395,7 @@ help: @echo ' Build, install, and boot kernel before' @echo ' running kselftest on it' @echo ' kselftest-clean - Remove all generated kselftest files' - @echo ' kselftest-merge - Merge all the config dependencies of kselftest to existed' + @echo ' kselftest-merge - Merge all the config dependencies of kselftest to existing' @echo ' .config.' @echo '' @echo 'Userspace tools targets:'