From patchwork Sun Jul 26 00:22:12 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11685329 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 8BB3A13B4 for ; Sun, 26 Jul 2020 00:22:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6833D206D7 for ; Sun, 26 Jul 2020 00:22:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="gTtWMlc9" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728010AbgGZAWU (ORCPT ); Sat, 25 Jul 2020 20:22:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51050 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726870AbgGZAWU (ORCPT ); Sat, 25 Jul 2020 20:22:20 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 566CCC08C5C0; Sat, 25 Jul 2020 17:22:20 -0700 (PDT) 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=nRp9lGozDtFJ2GX7cffYwMAfqWdngVN7WpgR+Q/vvi8=; b=gTtWMlc98ZBimwqC1QQuPTMe2T saZmCKP5v4soB+4BwS6Jdtf6FM/QRo2Cbt7nPeVdInEX+TmL1IzBOujDeuI7yXIMKDCAZP3AATOCd gEW7eNuUyXF5j5OW4esDNvv8fVAD6x1kXXBCJ9LGHs3aNglywOn4FlTElRF51xhiD6go785uDDnfx 52Jhb6cP213MPCk7+xq9qnOvo2JHz69hCCFkpfDXMiry/b3mr1y34+18VrRyaa+57+kIHEEGU4Ddi ntwJGM8EbqJxR2ELrBFNlotjM7Vp802JxhVKDjiYKW6dvlQKWkmX+yaFMX46cTZdrzFC0Lm6fNOWM eBXTwK1Q==; 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 1jzUQh-0002YX-Jh; Sun, 26 Jul 2020 00:22:16 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Aaro Koskinen , Tony Lindgren , linux-omap@vger.kernel.org Subject: [PATCH] arm: mach-omap1: mux.h: delete duplicate word Date: Sat, 25 Jul 2020 17:22:12 -0700 Message-Id: <20200726002212.19896-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Drop the repeated word "is". Signed-off-by: Randy Dunlap Cc: Aaro Koskinen Cc: Tony Lindgren Cc: linux-omap@vger.kernel.org --- arch/arm/mach-omap1/include/mach/mux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200720.orig/arch/arm/mach-omap1/include/mach/mux.h +++ linux-next-20200720/arch/arm/mach-omap1/include/mach/mux.h @@ -88,7 +88,7 @@ * OMAP730/850 has a slightly different config for the pin mux. * - config regs are the OMAP7XX_IO_CONF_x regs (see omap7xx.h) regs and * not the FUNC_MUX_CTRL_x regs from hardware.h - * - for pull-up/down, only has one enable bit which is is in the same register + * - for pull-up/down, only has one enable bit which is in the same register * as mux config */ #define MUX_CFG_7XX(desc, mux_reg, mode_offset, mode, \