1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-03-04 01:07:51 +00:00

module/cpufreq: fix get_affected_cpus docstring

The docstring was duplicated from get_domain_cpus. This updates the
docstring to reflect the difference from get_domain_cpus.
This commit is contained in:
Sergei Trofimov 2017-07-26 14:20:58 +01:00
parent 0844a393ab
commit e206e9b24a

View File

@ -414,7 +414,7 @@ class CpufreqModule(Module):
def get_affected_cpus(self, cpu):
"""
Get the CPUs that share a frequency domain with the given CPU
Get the online CPUs that share a frequency domain with the given CPU
"""
if isinstance(cpu, int):
cpu = 'cpu{}'.format(cpu)