From patchwork Sun Aug 21 15:11:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: wangjianli X-Patchwork-Id: 599002 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 AFFC4C00140 for ; Sun, 21 Aug 2022 15:11:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229566AbiHUPLi (ORCPT ); Sun, 21 Aug 2022 11:11:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48334 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229507AbiHUPLh (ORCPT ); Sun, 21 Aug 2022 11:11:37 -0400 Received: from bg5.exmail.qq.com (bg4.exmail.qq.com [43.154.54.12]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0C90B22B00; Sun, 21 Aug 2022 08:11:35 -0700 (PDT) X-QQ-mid: bizesmtp86t1661094691ty6q47f6 Received: from localhost.localdomain ( [182.148.14.124]) by bizesmtp.qq.com (ESMTP) with id ; Sun, 21 Aug 2022 23:11:30 +0800 (CST) X-QQ-SSF: 0100000000200010B000B00A0000000 X-QQ-FEAT: 7jw2iSiCazplMiGtQJPWzBJh5BMzd0nwZpJfY25RNWZhD5ADaApglAlQ2qGZt f7gTys7+mqs+vIaRdTX+dCjnmpkpw1dhO4V1+uKJrPG+V/IfMVt3IwCLR5nwTE/1GjloTsx 3IN1Mu4hK3AeLh/SDc+/jb6HaXycYSggUL0St6m8HfDjGc/9eCoX7CIZ4APXBFduRVXQ7C5 vfvxP6Ss2gRGO70/Pl8BSmriljuCzsyENkREeV5BNnrqN2U/dBErzHlVbrEADqNGj/nQVPo fwtLM67slZ2PFU5Vf1pl9thKlRDeIMDFUlDxEnbs+Dx57KJPQhtRNsFaGxD1t5PsljVNfle wq1pw2lB22YQhLSOUouMKa7wnpedvIdX1ZLuUWGNr3IZvacj5g= X-QQ-GoodBg: 0 From: wangjianli To: robh+dt@kernel.org, frowand.list@gmail.com Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, wangjianli Subject: [PATCH] drivers/of: fix repeated words in comments Date: Sun, 21 Aug 2022 23:11:23 +0800 Message-Id: <20220821151123.54778-1-wangjianli@cdjrlc.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybglogicsvr:qybglogicsvr7 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Delete the redundant word 'of'. Signed-off-by: wangjianli --- drivers/of/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/of/device.c b/drivers/of/device.c index 874f031442dc..1582388156a9 100644 --- a/drivers/of/device.c +++ b/drivers/of/device.c @@ -19,7 +19,7 @@ /** * of_match_device - Tell if a struct device matches an of_device_id list - * @matches: array of of device match structures to search in + * @matches: array of device match structures to search in * @dev: the of device structure to match against * * Used by a driver to check whether an platform_device present in the