commit | 154ae8bb3c830f0a568a5194ce7e631aa6bcfe8b | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Jun 02 20:18:02 2021 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Fri Jun 11 18:36:45 2021 +0200 |
tree | 3cad18cd4cfcc349a11d673eb2b3c066bbfa2baf | |
parent | 77577558f25d40b82fba98673cf31ca16ba41d34 [diff] |
cpuidle: teo: Use kerneldoc documentation in admin-guide There are two descriptions of the TEO (Timer Events Oriented) cpuidle governor in the kernel source tree, one in the C file containing its code and one in cpuidle.rst which is part of admin-guide. Instead of trying to keep them both in sync and in order to reduce text duplication, include the governor description from the C file directly into cpuidle.rst. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>