Hi Rafael, Please pull the following cpupower update for Linux 5.8-rc1. This cpupower update for Linux 5.8-rc1 consists of a single patch to fix coccicheck unneeded semicolon warning. diff is attached. thanks, -- Shuah ---------------------------------------------------------------- The following changes since commit 0e698dfa282211e414076f9dc7e83c1c288314fd: Linux 5.7-rc4 (2020-05-03 14:56:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux tags/linux-cpupower-5.8-rc1 for you to fetch changes up to 7b0bf99b9ee497cc0f079472566aff716d033d43: cpupower: Remove unneeded semicolon (2020-05-08 10:13:26 -0600) ---------------------------------------------------------------- linux-cpupower-5.8-rc1 This cpupower update for Linux 5.8-rc1 consists of a single patch to fix coccicheck unneeded semicolon warning. ---------------------------------------------------------------- Zou Wei (1): cpupower: Remove unneeded semicolon tools/power/cpupower/utils/cpupower-info.c | 2 +- tools/power/cpupower/utils/cpupower-set.c | 2 +- tools/power/cpupower/utils/idle_monitor/amd_fam14h_idle.c | 2 +- tools/power/cpupower/utils/idle_monitor/cpuidle_sysfs.c | 6 +++--- tools/power/cpupower/utils/idle_monitor/hsw_ext_idle.c | 2 +- tools/power/cpupower/utils/idle_monitor/nhm_idle.c | 2 +- tools/power/cpupower/utils/idle_monitor/snb_idle.c | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) ----------------------------------------------------------------