From patchwork Sat Feb 28 15:47:46 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 5905681 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 73B06BF440 for ; Sat, 28 Feb 2015 15:50:48 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 873D120389 for ; Sat, 28 Feb 2015 15:50:47 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B5D792037D for ; Sat, 28 Feb 2015 15:50:46 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YRjdX-0003Zb-7B; Sat, 28 Feb 2015 15:49:03 +0000 Received: from mail-qc0-x22e.google.com ([2607:f8b0:400d:c01::22e]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YRjdP-0003OC-Fb for linux-arm-kernel@lists.infradead.org; Sat, 28 Feb 2015 15:48:55 +0000 Received: by qcwb13 with SMTP id b13so18548981qcw.7 for ; Sat, 28 Feb 2015 07:48:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=+AK113u2BDtbVPVFS7cCDQGSz7N1/tTJVeVbq13uRok=; b=TgUHJNN4GCzBPZUAJOXfBdZ8YONIZXL+St4ymLPuh1aJitjuA5ELE+PPD4HbnkTa93 E+xb1TryxvsuwlZ+knT9LypJxHoUZtUcQpCo95B1i9BWtcoTxTbHTxRcp6B+UFFMd9zi WcN90+zTxQIRh0DgxBZCsbcZ+vTJ8p7YjXLaBus5P74+a1sXHKpIGl8PAxusUV3gmQYk hmIw9MZFeDwJ53oiKJMBJnWpA0takW2/j9FCUzFCp8UdL8HlqEx2ltLp8p15S6vBooOj WUXXwmgI8iKH0qPiu0capk98qx9YDuOZfZXw86eFoCiTsDCvRhipMwscm3/u3KfDO2bU ITSQ== X-Received: by 10.140.48.67 with SMTP id n61mr36125800qga.82.1425138513805; Sat, 28 Feb 2015 07:48:33 -0800 (PST) Received: from localhost.localdomain ([187.66.156.76]) by mx.google.com with ESMTPSA id 7sm4751170qhv.44.2015.02.28.07.48.31 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 28 Feb 2015 07:48:32 -0800 (PST) From: Fabio Estevam To: shawn.guo@linaro.org Subject: [PATCH] ARM: imx: Kconfig: Fix grammar in help text Date: Sat, 28 Feb 2015 12:47:46 -0300 Message-Id: <1425138466-19823-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150228_074855_617284_6A5D8712 X-CRM114-Status: UNSURE ( 9.02 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: Fabio Estevam , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Fabio Estevam Use "This enables" in the Kconfig help text to fix grammar. Signed-off-by: Fabio Estevam --- arch/arm/mach-imx/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index aaea738..247a465 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -621,7 +621,7 @@ config SOC_VF610 select PL310_ERRATA_769419 if CACHE_L2X0 help - This enable support for Freescale Vybrid VF610 processor. + This enables support for Freescale Vybrid VF610 processor. choice prompt "Clocksource for scheduler clock" @@ -651,7 +651,7 @@ config SOC_LS1021A select ZONE_DMA if ARM_LPAE help - This enable support for Freescale LS1021A processor. + This enables support for Freescale LS1021A processor. endif