mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
cpufreq: Fix docstring for cpu
parameter
`cpu` can be an `int`, _or_ the full CPU name used by sysfs.
This commit is contained in:
parent
119c259e73
commit
a6fb5b57ae
@ -133,7 +133,7 @@ class CpufreqModule(Module):
|
|||||||
keyword arguments. Which tunables and values are valid depends on the
|
keyword arguments. Which tunables and values are valid depends on the
|
||||||
governor.
|
governor.
|
||||||
|
|
||||||
:param cpu: The cpu for which the governor will be set. This must be the
|
:param cpu: The cpu for which the governor will be set. ``int`` or
|
||||||
full cpu name as it appears in sysfs, e.g. ``cpu0``.
|
full cpu name as it appears in sysfs, e.g. ``cpu0``.
|
||||||
:param governor: The name of the governor. Must be all lower case.
|
:param governor: The name of the governor. Must be all lower case.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user