From patchwork Wed Aug 31 06:41:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jilin Yuan X-Patchwork-Id: 12960432 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 3D945ECAAD3 for ; Wed, 31 Aug 2022 06:42:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229984AbiHaGmG (ORCPT ); Wed, 31 Aug 2022 02:42:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43988 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229879AbiHaGmF (ORCPT ); Wed, 31 Aug 2022 02:42:05 -0400 Received: from bg4.exmail.qq.com (bg4.exmail.qq.com [43.155.67.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B188EBE4F9; Tue, 30 Aug 2022 23:42:03 -0700 (PDT) X-QQ-mid: bizesmtp80t1661928119tglclo0g Received: from localhost.localdomain ( [182.148.13.26]) by bizesmtp.qq.com (ESMTP) with id ; Wed, 31 Aug 2022 14:41:58 +0800 (CST) X-QQ-SSF: 01000000000000D0E000000A0000000 X-QQ-FEAT: hoArX50alxF+DlkLpK/znGIRlCGJAm5yW5Wu9It0PjkeJdDzPx4f/OSE+9DEh rAxdP9B2znhloLLiMI6VFCGcf/jPHLjKzmg2yUUZnQoX5oAfEPLgo7u+UdrlPV45aKrawxF VfRK7k/avmHGqPywszbzi2kYfemyUm1hjJwRmuHSaRBQHg1YWNW6BVqh56dl7S99T2xd++G cRdlvl+qtvLafgxh/Vu62x7Feia77RpQoULA36ddg5hOJJ5KZk0MsiWObohTCatrmqGRBPa Z+QWTAQ1WilbHDn8HZByjeMjVa8EgdcANyygxu/raMp0/EkIzFg6H6P2juLF0IZAzuj9RKn w0JTNfJWGPnVnLff7XBKd00S0Fg/B0QiLVOxc0Ru/Qy1hjoGzKg1b1VOnDYlQ== X-QQ-GoodBg: 0 From: Jilin Yuan To: tsbogend@alpha.franken.de Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, Jilin Yuan Subject: [PATCH] mips: fix repeated words in comments Date: Wed, 31 Aug 2022 14:41:51 +0800 Message-Id: <20220831064151.22233-1-yuanjilin@cdjrlc.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybglogicsvr:qybglogicsvr4 Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Delete the redundant word 'of'. Signed-off-by: Jilin Yuan --- 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 8686e8c1c4e5..b8e944b81a92 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