mirror of
https://github.com/ARM-software/devlib.git
synced 2025-03-04 09:17: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:
parent
0844a393ab
commit
e206e9b24a
@ -414,7 +414,7 @@ class CpufreqModule(Module):
|
|||||||
|
|
||||||
def get_affected_cpus(self, cpu):
|
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):
|
if isinstance(cpu, int):
|
||||||
cpu = 'cpu{}'.format(cpu)
|
cpu = 'cpu{}'.format(cpu)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user