mirror of
https://github.com/ARM-software/devlib.git
synced 2025-07-10 07:42:42 +01: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:
@ -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)
|
||||
|
Reference in New Issue
Block a user