From patchwork Wed Jan 27 02:20:42 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 12048765 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-17.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1971EC433E6 for ; Wed, 27 Jan 2021 02:22:23 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B89E9206BE for ; Wed, 27 Jan 2021 02:22:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B89E9206BE Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=heCAsXnzUQyyNaZigiZig9UeItr61mdLaLJEFL/rneg=; b=tr4TdwmCI79jXiJARpQEn6rPfL T/G5qcYEYidvhhqGTO/jFMDiySS5AEJKe0BUL6wFVZ8KV6TuNX6rYie382n4FKwDiWvLfj4GDskaD NGOoLOYmJ7qhXfRaYq4HefS5EYnwDpW1ZPiKiD0ULnRsq9zPV0FBp18wKu5ol9knbCAV030ikZLaa lKkjwtwjTo/zhEbxEwL+sgvxeE2LAKS2lPyxld4p5oDdNsmaaFI+cJNi5rKvjG8Upeda68ZCYDx7p bZIrWr29jOvI7+drdUcbOu7Ma2j+kS1Opiuz7PHhGrxVn9ZKDe8UFTgp5/84oJYpA895urCpxtOE4 XMZvoBrQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4aRt-0002Oj-VO; Wed, 27 Jan 2021 02:20:50 +0000 Received: from [2601:1c0:6280:3f0::7650] (helo=merlin.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4aRs-0002OR-HQ; Wed, 27 Jan 2021 02:20:49 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH RESEND] arm: dts: imx1-pinfunc.h: delete duplicate word Date: Tue, 26 Jan 2021 18:20:42 -0800 Message-Id: <20210127022042.25467-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Randy Dunlap , Russell King , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Drop the repeated word "configurable". Signed-off-by: Randy Dunlap Cc: Russell King Cc: linux-arm-kernel@lists.infradead.org --- arch/arm/boot/dts/imx1-pinfunc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200720.orig/arch/arm/boot/dts/imx1-pinfunc.h +++ linux-next-20200720/arch/arm/boot/dts/imx1-pinfunc.h @@ -26,7 +26,7 @@ * 2 - 0 * 3 - 1 * - * 'pin' is an integer between 0 and 0xbf. i.MX1 has 4 ports with 32 configurable + * 'pin' is an integer between 0 and 0xbf. i.MX1 has 4 ports with 32 * configurable pins each. 'pin' is PORT * 32 + PORT_PIN, PORT_PIN is the pin * number on the specific port (between 0 and 31). */