diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2023-12-21 08:51:44 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-12-21 14:05:48 +0300 |
commit | 5f70413a85056db04050604a76b52e3f39a37f21 (patch) | |
tree | e6c99a83f4362f3e65d61546f7e0006ece1abf89 /tools/perf/scripts/python | |
parent | 04e6ccfc93c5a1aa1d75a537cf27e418895e20ea (diff) | |
download | linux-5f70413a85056db04050604a76b52e3f39a37f21.tar.xz |
thermal: cpuidle_cooling: fix kernel-doc warning and a spello
Correct one misuse of kernel-doc notation and one spelling error as
reported by codespell.
cpuidle_cooling.c:152: warning: cannot understand function prototype: 'struct thermal_cooling_device_ops cpuidle_cooling_ops = '
For the kernel-doc warning, don't use "/**" for a comment on data.
kernel-doc can be used for structure declarations but not definitions.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions