]> Git Repo - linux.git/commit
thermal: cpuidle_cooling: fix kernel-doc warning and a spello
authorRandy Dunlap <[email protected]>
Thu, 21 Dec 2023 05:51:44 +0000 (21:51 -0800)
committerRafael J. Wysocki <[email protected]>
Thu, 21 Dec 2023 11:05:48 +0000 (12:05 +0100)
commit5f70413a85056db04050604a76b52e3f39a37f21
treee6c99a83f4362f3e65d61546f7e0006ece1abf89
parent04e6ccfc93c5a1aa1d75a537cf27e418895e20ea
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 <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/thermal/cpuidle_cooling.c
This page took 0.053373 seconds and 4 git commands to generate.