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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B443BC433EF for ; Fri, 24 Jun 2022 14:34:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232418AbiFXOeZ (ORCPT ); Fri, 24 Jun 2022 10:34:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34054 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232382AbiFXOeY (ORCPT ); Fri, 24 Jun 2022 10:34:24 -0400 Received: from mail-ot1-x32b.google.com (mail-ot1-x32b.google.com [IPv6:2607:f8b0:4864:20::32b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 545EA4EA2B for ; Fri, 24 Jun 2022 07:34:23 -0700 (PDT) Received: by mail-ot1-x32b.google.com with SMTP id h15-20020a9d600f000000b0060c02d737ecso2024515otj.1 for ; Fri, 24 Jun 2022 07:34:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=CjIdCdZWGFwSuc3oixIghf0c9pmC77enrG3S29aQdzk=; b=RisIJZG9CAXzvhjel+xoPaFykN4jy2Qs7nCO4uKlGR98zc6xtBpiv9OlIj4MJDJKYc SYE/WmMJwyiyfk0NMdna8DTHYuHzlhHPwTf/dcAFVE1sjpGD7v89NWIKSJ5t92uzQBEZ eBZvVlP8/VSvTFRik84w8DAChz/B5jHVOP9jo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=CjIdCdZWGFwSuc3oixIghf0c9pmC77enrG3S29aQdzk=; b=vy/BwQdNxR1udtaWatPRBKAVGjFSYmIE8R726M5o/yVfa1UnI9uZyEXBzSJB6TkIu+ B8nSl3xQ5oTuCbHSj0oefTEwhsFXvvt/lwqwdEUWgy8aZ/g3Yw98JK2tBqmMJKac7fNr nlIe9vGjhcgEb1/AT7+PvKbcUsSjw9QG90uUeN51H7L+b/KvknfKy7D8MYdUMEX4MQth 0owNNQLwj5PFNAliDUuAHVV2NmcjnYwD3vhxD7PQKE6QOexppg0omRj+8iKdxHhq16AH SQH69g+xrV8PlDuX2APT5I6eC5iyH3dMp2d94wZ5N4P/mhvjNPNJwpCwSi6eb+cZcslO ZCWw== X-Gm-Message-State: AJIora/NqyuA6l22Lb+m+KKGuPAZEDm4SoPl2lDXwPY8fg3ziUQeS7Gb F/yY57WywAM06pL+C0qEa6SOKQ== X-Google-Smtp-Source: AGRyM1sr1U0Q+MAMmwHVe4fuH4P4dltMP1c4GZfhQTtdyFkgESMympT4FHxQZkIXS4a9OageKAm5eQ== X-Received: by 2002:a05:6830:246e:b0:616:ab52:7bce with SMTP id x46-20020a056830246e00b00616ab527bcemr1284775otr.143.1656081262597; Fri, 24 Jun 2022 07:34:22 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id o4-20020a9d4104000000b0060bfb4e4033sm1664963ote.9.2022.06.24.07.34.21 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 24 Jun 2022 07:34:22 -0700 (PDT) Subject: Re: [PATCH] cpupower: Fix typo in comment To: Xiang wangx , trenn@suse.com Cc: shuah@kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Shuah Khan References: <20220624065555.33345-1-wangxiang@cdjrlc.com> From: Shuah Khan Message-ID: <5e787efe-6e78-59a4-61b9-7ece2ea1fde1@linuxfoundation.org> Date: Fri, 24 Jun 2022 08:34:20 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20220624065555.33345-1-wangxiang@cdjrlc.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On 6/24/22 12:55 AM, Xiang wangx wrote: > Delete the redundant word 'cpu'. > > Signed-off-by: Xiang wangx > --- > tools/power/cpupower/bench/system.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/power/cpupower/bench/system.c b/tools/power/cpupower/bench/system.c > index 40f3679e70b5..eb79dd9ac670 100644 > --- a/tools/power/cpupower/bench/system.c > +++ b/tools/power/cpupower/bench/system.c > @@ -37,7 +37,7 @@ long long int get_time() > * sets the cpufreq governor > * > * @param governor cpufreq governor name > - * @param cpu cpu for which the governor should be set > + * @param cpu for which the governor should be set This is correct the way it is. It specifies the name of the parameter and describes what it is. > * > * @retval 0 on success > * @retval -1 when failed > There is nothing to fix here. thanks, -- Shuah