diff options
| author | Jani Nikula <jani.nikula@intel.com> | 2026-01-07 19:02:26 +0300 |
|---|---|---|
| committer | Jani Nikula <jani.nikula@intel.com> | 2026-01-08 13:23:20 +0300 |
| commit | 936cae9254e55a39aeaa0c156a764d22f319338b (patch) | |
| tree | f0f491c377e24d6441204b8adfbd622bf832426a /include | |
| parent | a5a9fd93d2c3c2bd31d27a25a601ae313d4aa74f (diff) | |
| download | linux-936cae9254e55a39aeaa0c156a764d22f319338b.tar.xz | |
mei: late_bind: fix struct intel_lb_component_ops kernel-doc
Fix kernel-doc warnings on struct intel_lb_component_ops:
Warning: include/drm/intel/intel_lb_mei_interface.h:55 Incorrect use of
kernel-doc format: * push_payload - Sends a payload to the
authentication firmware
And a bunch more. There isn't really support for documenting function
pointer struct members in kernel-doc, but at least reference the member
properly.
Fixes: 741eeabb7c78 ("mei: late_bind: add late binding component driver")
Cc: Alexander Usyskin <alexander.usyskin@intel.com>
Reviewed-by: Nitin Gote <nitin.r.gote@intel.com>
Link: https://patch.msgid.link/20260107160226.2381388-1-jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/drm/intel/intel_lb_mei_interface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/drm/intel/intel_lb_mei_interface.h b/include/drm/intel/intel_lb_mei_interface.h index d65be2cba2ab..0850738a30fc 100644 --- a/include/drm/intel/intel_lb_mei_interface.h +++ b/include/drm/intel/intel_lb_mei_interface.h @@ -53,7 +53,8 @@ enum intel_lb_status { */ struct intel_lb_component_ops { /** - * push_payload - Sends a payload to the authentication firmware + * @push_payload: Sends a payload to the authentication firmware + * * @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) |
