mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 10:24:45 +01:00
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:
|
||
|---|---|---|
| .. | ||
| display_member.h | ||
| display_parent_interface.h | ||
| i915_component.h | ||
| i915_drm.h | ||
| i915_gsc_proxy_mei_interface.h | ||
| i915_hdcp_interface.h | ||
| i915_pxp_tee_interface.h | ||
| intel-gtt.h | ||
| intel_lb_mei_interface.h | ||
| intel_lpe_audio.h | ||
| pciids.h | ||
| xe_sriov_vfio.h | ||