]> git.baikalelectronics.ru Git - kernel.git/commit
firmware: arm_scmi: Fix kernel doc warnings
authorSudeep Holla <sudeep.holla@arm.com>
Mon, 12 Jul 2021 13:08:01 +0000 (14:08 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Tue, 13 Jul 2021 10:39:42 +0000 (11:39 +0100)
commitf4b19306caadc1bb9211d7a6d9602246418a1d44
treea18a2eaac712191084cb9aa8d24c1c41b5b7cf69
parentfdfdf3a3dc254e26c9b43a52cc6ce73d48ee2107
firmware: arm_scmi: Fix kernel doc warnings

Kernel doc validation script is unhappy and complains with the below set
of warnings.

 | Function parameter or member 'fast_switch_possible' not described in 'scmi_perf_proto_ops'
 | Function parameter or member 'power_scale_mw_get' not described in 'scmi_perf_proto_ops'
 | cannot understand function prototype: 'struct scmi_sensor_reading '
 | cannot understand function prototype: 'struct scmi_range_attrs '
 | cannot understand function prototype: 'struct scmi_sensor_axis_info '
 | cannot understand function prototype: 'struct scmi_sensor_intervals_info '

Fix them adding appropriate documents or missing keywords.

Link: https://lore.kernel.org/r/20210712130801.2436492-2-sudeep.holla@arm.com
Reviewed-by: Cristian Marussi <cristian.marussi@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
include/linux/scmi_protocol.h