From nobody Mon Apr 20 01:11:42 2026 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 B7AE6C43334 for ; Fri, 24 Jun 2022 01:13:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229806AbiFXBNB (ORCPT ); Thu, 23 Jun 2022 21:13:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56574 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229545AbiFXBNA (ORCPT ); Thu, 23 Jun 2022 21:13:00 -0400 Received: from unicom146.biz-email.net (unicom146.biz-email.net [210.51.26.146]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2FB90E93 for ; Thu, 23 Jun 2022 18:12:55 -0700 (PDT) Received: from ([60.208.111.195]) by unicom146.biz-email.net ((D)) with ASMTP (SSL) id SXK00150; Fri, 24 Jun 2022 09:12:50 +0800 Received: from localhost.localdomain (10.200.104.82) by jtjnmail201612.home.langchao.com (10.100.2.12) with Microsoft SMTP Server id 15.1.2308.27; Fri, 24 Jun 2022 09:12:50 +0800 From: Deming Wang To: , CC: , , Deming Wang Subject: [PATCH] of: base: Modify function description Date: Thu, 23 Jun 2022 21:12:47 -0400 Message-ID: <20220624011247.1735-1-wangdeming@inspur.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [10.200.104.82] tUid: 2022624091250600996e285f3d649f81acdce0972862c X-Abuse-Reports-To: service@corp-email.com Abuse-Reports-To: service@corp-email.com X-Complaints-To: service@corp-email.com X-Report-Abuse-To: service@corp-email.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Delete duplicate words of "the". Signed-off-by: Deming Wang --- drivers/of/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/of/base.c b/drivers/of/base.c index d4f98c8469ed..88f86ee54b9a 100644 --- a/drivers/of/base.c +++ b/drivers/of/base.c @@ -2077,7 +2077,7 @@ struct device_node *of_find_next_cache_node(const str= uct device_node *np) * * @cpu: cpu number(logical index) for which the last cache level is needed * - * Return: The the level at which the last cache is present. It is exactly + * Return: The level at which the last cache is present. It is exactly * same as the total number of cache levels for the given logical cpu. */ int of_find_last_cache_level(unsigned int cpu) --=20 2.27.0