]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mei: late_bind: fix struct intel_lb_component_ops kernel-doc
authorJani Nikula <jani.nikula@intel.com>
Wed, 7 Jan 2026 16:02:26 +0000 (18:02 +0200)
committerJani Nikula <jani.nikula@intel.com>
Thu, 8 Jan 2026 10:23:20 +0000 (12:23 +0200)
commit936cae9254e55a39aeaa0c156a764d22f319338b
treef0f491c377e24d6441204b8adfbd622bf832426a
parenta5a9fd93d2c3c2bd31d27a25a601ae313d4aa74f
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>
include/drm/intel/intel_lb_mei_interface.h