]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/bridge: Fix kdoc comment for DRM_BRIDGE_OP_HDMI_CEC_ADAPTER
authorCristian Ciocaltea <cristian.ciocaltea@collabora.com>
Fri, 4 Jul 2025 12:10:45 +0000 (15:10 +0300)
committerDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Sat, 5 Jul 2025 19:05:14 +0000 (22:05 +0300)
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>
include/drm/drm_bridge.h

index 7f66f9018c1090642876ff948bbf06ca66a46bfe..d2454ba83db36f8f0d475b0b37468c2ebe7e921d 100644 (file)
@@ -1051,7 +1051,7 @@ enum drm_bridge_ops {
         */
        DRM_BRIDGE_OP_HDMI_CEC_NOTIFIER = BIT(7),
        /**
-        * @DRM_BRIDGE_OP_HDMI_CEC_ADAPTER: The bridge requires CEC notifier
+        * @DRM_BRIDGE_OP_HDMI_CEC_ADAPTER: The bridge requires CEC adapter
         * to be present.
         */
        DRM_BRIDGE_OP_HDMI_CEC_ADAPTER = BIT(8),