Skip to content

Commit b78287c

Browse files
cristicclumag
authored andcommitted
drm/bridge: Fix kdoc comment for DRM_BRIDGE_OP_HDMI_CEC_ADAPTER
Correct the kernel-doc comment for DRM_BRIDGE_OP_HDMI_CEC_ADAPTER member of enum drm_bridge_ops. This seems to be just a copy-paste artifact from DRM_BRIDGE_OP_HDMI_CEC_NOTIFIER above. Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250704-drm-bridge-kdoc-fix-v1-1-b08c67212851@collabora.com Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
1 parent 19920ab commit b78287c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/drm/drm_bridge.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ enum drm_bridge_ops {
10511051
*/
10521052
DRM_BRIDGE_OP_HDMI_CEC_NOTIFIER = BIT(7),
10531053
/**
1054-
* @DRM_BRIDGE_OP_HDMI_CEC_ADAPTER: The bridge requires CEC notifier
1054+
* @DRM_BRIDGE_OP_HDMI_CEC_ADAPTER: The bridge requires CEC adapter
10551055
* to be present.
10561056
*/
10571057
DRM_BRIDGE_OP_HDMI_CEC_ADAPTER = BIT(8),

0 commit comments

Comments
 (0)