Hi,
...
> Use correct kernel-doc notation to prevent 3 kernel-doc warnings.
> @push_payload is a struct member here, not a function, so use '@'
> and ':' in its description.
> struct intel_lb_component_ops {
> /**
> - * push_payload - Sends a payload to the authentication firmware
> + * @push_payload: Sends a payload to the authentication firmware
Obviously correct.
Reviewed-by: Petr Vorel <[email protected]>
Kind regards,
Petr
> * @dev: Device struct corresponding to the mei device
> * @type: Payload type (see &enum intel_lb_type)
> * @flags: Payload flags bitmap (e.g. %INTEL_LB_FLAGS_IS_PERSISTENT)