From patchwork Sun Jul 26 00:21:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11685337 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E8221722 for ; Sun, 26 Jul 2020 00:23:55 +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 BFC332070C for ; Sun, 26 Jul 2020 00:23:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="NQFecLzv"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="aSasYrZP" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BFC332070C 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+patchwork-linux-arm=patchwork.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=NQFecLzvdgeHRZQTYotoSoHZeu YosY64UT3g2Jx2I68Pqvy9LYlBHwuYTa4MpxdhWLBKoVdn9M1flJe6I2LAoOWYDeM5TL/zbEZGwNW lfDjcElridcNN5dzmP9MqKJlAMVM8eK3JOJkGnGU9GnBio4fDtLU5qXtnMHq3PKb86AX/alv9ix/a x9oEIBkD47XzD8CKh3jZJwLIa37jQyUChIR+48WiuruK2ldO1+LkZ+YJEcUHdDg5zjTsrFHrID9db Va7OOUCjcrNaIo5rROQtjj09RPgLi9qpWXqZwYQGRdhLnmPEXc61jMxX05xz88srpV6Ualolt/6Jn +rJfcagQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jzUQO-0007nX-70; Sun, 26 Jul 2020 00:21:56 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jzUQL-0007nN-W2; Sun, 26 Jul 2020 00:21:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=iT5qrCLArCszES5racsHcDNOM4jlffe8YL9XVjHGO6Y=; b=aSasYrZPg2rMlaw+r3CKwj389V ZHvH11r9CPDkoLJdI9KPliGVcQWUb3F4CBCXuaUxTNZZe7Q81pgsZvc0MOIwheI/chNJ6nfWQFT5M c/IMzB8nLZlmRj4LHI+hxN63Syy4Nxb59bdK78vtCn145S8wgErF9FsK0VDRfus1K8g9h2Th5gyVR PABtqTuBYGdJZxKqkYmwhh3tl1+VUZNtLnD07Fe39IRA6DxJCkxHcD6Sz71nA4B2VLYq4FtFNPZCA uhWJGZkI19Y3GQfAg5klp8ZxKEqQ+ozT5W1PwKJzR6bAfyI3r4xrbeFDr/IXTrX21rnqbPaSUrb/O ftZ5id5Q==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jzUQJ-0002XX-F6; Sun, 26 Jul 2020 00:21:52 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH] arm: dts: imx1-pinfunc.h: delete duplicate word Date: Sat, 25 Jul 2020 17:21:48 -0700 Message-Id: <20200726002148.19796-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+patchwork-linux-arm=patchwork.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). */