Re: [PATCH -next] cpupower: Remove unneeded semicolon

2020-05-12 Thread shuah
On 5/6/20 10:09 AM, shuah wrote: On 5/5/20 6:52 PM, Samuel Zou wrote: Hi Shuah, I run with the below command, and get the output report. [local-host linux-next]# make coccicheck MODE=report M=tools/power/cpupower/utils Yes this is the command I am using as well. I don't see the errors

Re: [PATCH -next] cpupower: Remove unneeded semicolon

2020-05-06 Thread shuah
On 5/5/20 6:52 PM, Samuel Zou wrote: Hi Shuah, I run with the below command, and get the output report. [local-host linux-next]# make coccicheck MODE=report M=tools/power/cpupower/utils Yes this is the command I am using as well. I don't see the errors you are seeing. What is the

Re: [PATCH -next] cpupower: Remove unneeded semicolon

2020-05-05 Thread Samuel Zou
Hi Shuah, I run with the below command, and get the output report. [local-host linux-next]# make coccicheck MODE=report M=tools/power/cpupower/utils Please check for false positives in the output before submitting a patch. When using "patch" mode, carefully review the patch before submitting

Re: [PATCH -next] cpupower: Remove unneeded semicolon

2020-05-01 Thread shuah
Hi Zou Wei, On 4/28/20 3:43 AM, Zou Wei wrote: Fixes coccicheck warnings: I am not finding these in my coccicheck run. Can you send me the options you are using? tools/power/cpupower/utils/cpupower-info.c:65:2-3: Unneeded semicolon tools/power/cpupower/utils/cpupower-set.c:75:2-3: Unneeded

[PATCH -next] cpupower: Remove unneeded semicolon

2020-04-28 Thread Zou Wei
Fixes coccicheck warnings: tools/power/cpupower/utils/cpupower-info.c:65:2-3: Unneeded semicolon tools/power/cpupower/utils/cpupower-set.c:75:2-3: Unneeded semicolon tools/power/cpupower/utils/idle_monitor/amd_fam14h_idle.c:120:2-3: Unneeded semicolon