From patchwork Tue Jun 21 16:21:14 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiang Jian X-Patchwork-Id: 12889513 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1A1D0C43334 for ; Tue, 21 Jun 2022 16:21:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351025AbiFUQVl (ORCPT ); Tue, 21 Jun 2022 12:21:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40664 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350635AbiFUQVl (ORCPT ); Tue, 21 Jun 2022 12:21:41 -0400 Received: from smtpbg.qq.com (smtpbg139.qq.com [175.27.65.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 18BD52B276; Tue, 21 Jun 2022 09:21:34 -0700 (PDT) X-QQ-mid: bizesmtp66t1655828481tgne2ii8 Received: from ubuntu.localdomain ( [106.117.99.68]) by bizesmtp.qq.com (ESMTP) with id ; Wed, 22 Jun 2022 00:21:17 +0800 (CST) X-QQ-SSF: 0100000000700090B000B00A0000000 X-QQ-FEAT: geCjBjpTnm62kzfs4G+/3uQWYNnyK3sHojGhU6VG3bJbQ5kfXJvwmbrgA9JMm 2pA57LdCxCEK8wuodC1DB/ioFAACe7lPY1bC59tmJAxF3FnpGYW0D+IR+GMCpw59SSqmpMY /vf0OLcOmIh6oIZLgdlXoAQN3nK/eEMzvmaBuXtN0Ifx2WWbRPzOeEfIe48EyGKDrNst96T rN3MKSbBa9DL3ru0/BY1D8dyVCz5KwKjx0jcPalTl5e5j4mYLJcmcYc2idzXVzG7LmBxLgk 8E/++zYampkbkSjJhaDkuxAA/2JuvAXHKxluQeBVWuAU4PC9NhgvqE1Kuuv40qppLluxPJ8 M4Usuzq+f5Kxn2HIz0= X-QQ-GoodBg: 0 From: Jiang Jian To: tsbogend@alpha.franken.de Cc: srinivas.kandagatla@linaro.org, rafael@kernel.org, sudeep.holla@arm.com, alexandre.belloni@bootlin.com, xkernel.wang@foxmail.com, u.kleine-koenig@pengutronix.de, jiangjian@cdjrlc.com, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] mips: sgi-ip22: Remove duplicate 'of' in two places. Date: Wed, 22 Jun 2022 00:21:14 +0800 Message-Id: <20220621162114.23723-1-jiangjian@cdjrlc.com> X-Mailer: git-send-email 2.17.1 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybgspam:qybgspam6 Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org file: ./arch/mips/sgi-ip22/ip22-gio.c line: 44 * @ids: array of of device match structures to search in changed to * @ids: array of device match structures to search in Signed-off-by: Jiang Jian --- arch/mips/sgi-ip22/ip22-gio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/sgi-ip22/ip22-gio.c b/arch/mips/sgi-ip22/ip22-gio.c index 38d12f417e48..03d96638f957 100644 --- a/arch/mips/sgi-ip22/ip22-gio.c +++ b/arch/mips/sgi-ip22/ip22-gio.c @@ -41,7 +41,7 @@ static struct device gio_bus = { /** * gio_match_device - Tell if an of_device structure has a matching * gio_match structure - * @ids: array of of device match structures to search in + * @ids: array of device match structures to search in * @dev: the of device structure to match against * * Used by a driver to check whether an of_device present in the