From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 59DFCC433E0 for ; Thu, 14 May 2020 11:43:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2F64720727 for ; Thu, 14 May 2020 11:43:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589456597; bh=rxK+cizSSGXlaiay0swh2F99pzOrtzZJl5B3WCY2uok=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=pWreZPJ1GrrwrsJYXPPu9A+GPkYbAjYFP+5Txe2GnXxoa5VD56A3ILtGePDDlzv1p gcSfQ+JyPeoQsEIfcoSoEt4ikrPnaU4LHFhYq2fUOsMjpWP4lqvYINsAPOBZkZMhjO /9zkpVV7lkphWQKVaSUzsaREJ7bIbGRdjq4Fn1MA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726610AbgENLnQ (ORCPT ); Thu, 14 May 2020 07:43:16 -0400 Received: from mail-ot1-f67.google.com ([209.85.210.67]:43313 "EHLO mail-ot1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725925AbgENLnP (ORCPT ); Thu, 14 May 2020 07:43:15 -0400 Received: by mail-ot1-f67.google.com with SMTP id a68so2045964otb.10; Thu, 14 May 2020 04:43:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=NS81db2WlAKMw750j0Vkkc7VOtrTVlN07aaoyD593YE=; b=iWd8YsJ8gMAsewHv7hUB+1DRvJfDWwQuI79cna1iibz7xp8B2GikaKruJb3hJ3O8tG aIWKimf2Lk0ERlQMDdlgXmLodPgmIo4ObOkwKFfB+/QQ08kD9bg2XXoOonkROWG3pCnR wk6bCUPS7JFPsBERqy59F9ZH3qoYojfe7UVzphz0RYORT+iUrwim6tp7xkJ1kuYExZfy HVH5tXMM9jeXhS9OGRyAyYt5gX9npc/Ek9BdsGFHi5NkkGx+30qd+JfJFY6DkAOgiQT5 IuMN+sXqXRu6xOqBQkUzv5mvq/rRDnJ2Bdmq7YiKrL7HU7O6cJNGUNaf1OErDLvR3Nvp Fa+w== X-Gm-Message-State: AOAM531KnNgTu1PfAadRPpib31ehDfxaQu4ZTKgmvQe5BVO87t7JXxa9 RG3c249K6leefekrXFBXUlTQ8edhepVVpqPVG1Y= X-Google-Smtp-Source: ABdhPJyzhN/gdsuRBgS7a7zU2LSl2miiuZORSHSpQIDzx+jZm6FIXM7zz2uaaNZ4WouoFvZQk2blbM2G/amuLKCT0A0= X-Received: by 2002:a9d:6356:: with SMTP id y22mr3000318otk.167.1589456594965; Thu, 14 May 2020 04:43:14 -0700 (PDT) MIME-Version: 1.0 References: <20200513141854.18451-1-wenhu.wang@vivo.com> In-Reply-To: <20200513141854.18451-1-wenhu.wang@vivo.com> From: "Rafael J. Wysocki" Date: Thu, 14 May 2020 13:43:04 +0200 Message-ID: Subject: Re: [PATCH] cpufreq: fix a minor typo for cpufreq_driver doc To: Wang Wenhu Cc: "Rafael J. Wysocki" , Viresh Kumar , Linux PM , Linux Kernel Mailing List , kernel@vivo.com Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 13, 2020 at 4:26 PM Wang Wenhu wrote: > > Delete the duplicate "to" possibly double-typed. > > Signed-off-by: Wang Wenhu > Cc: Viresh Kumar > --- > include/linux/cpufreq.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h > index f7240251a949..67d5950bd878 100644 > --- a/include/linux/cpufreq.h > +++ b/include/linux/cpufreq.h > @@ -330,7 +330,7 @@ struct cpufreq_driver { > * > * get_intermediate should return a stable intermediate frequency > * platform wants to switch to and target_intermediate() should set CPU > - * to to that frequency, before jumping to the frequency corresponding > + * to that frequency, before jumping to the frequency corresponding > * to 'index'. Core will take care of sending notifications and driver > * doesn't have to handle them in target_intermediate() or > * target_index(). > -- Applied as 5.8 material with some minor subject changes, thanks!