* [PATCH] cpupowerutils: Delete repeated word in comments
@ 2022-08-02 15:45 shaomin Deng
2022-08-24 19:07 ` Shuah Khan
0 siblings, 1 reply; 2+ messages in thread
From: shaomin Deng @ 2022-08-02 15:45 UTC (permalink / raw)
To: trenn, shuah; +Cc: linux-pm, Shaomin Deng
From: Shaomin Deng <dengshaomin@cdjrlc.com>
Delete the repeated word "cpu" in comments.
Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
---
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
*
* @retval 0 on success
* @retval -1 when failed
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] cpupowerutils: Delete repeated word in comments
2022-08-02 15:45 [PATCH] cpupowerutils: Delete repeated word in comments shaomin Deng
@ 2022-08-24 19:07 ` Shuah Khan
0 siblings, 0 replies; 2+ messages in thread
From: Shuah Khan @ 2022-08-24 19:07 UTC (permalink / raw)
To: shaomin Deng, trenn, shuah; +Cc: linux-pm, Shuah Khan
On 8/2/22 9:45 AM, shaomin Deng wrote:
> From: Shaomin Deng <dengshaomin@cdjrlc.com>
>
> Delete the repeated word "cpu" in comments.
>
> Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
> ---
> 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 good as is. The first cpu is associated with param.
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-24 19:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-02 15:45 [PATCH] cpupowerutils: Delete repeated word in comments shaomin Deng
2022-08-24 19:07 ` Shuah Khan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).