[PATCH] drm/bridge: Fix kdoc comment for DRM_BRIDGE_OP_HDMI_CEC_ADAPTER

Cristian Ciocaltea posted 1 patch 3 months ago
include/drm/drm_bridge.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] drm/bridge: Fix kdoc comment for DRM_BRIDGE_OP_HDMI_CEC_ADAPTER
Posted by Cristian Ciocaltea 3 months ago
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>
---
 include/drm/drm_bridge.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/drm/drm_bridge.h b/include/drm/drm_bridge.h
index 7f66f9018c1090642876ff948bbf06ca66a46bfe..d2454ba83db36f8f0d475b0b37468c2ebe7e921d 100644
--- a/include/drm/drm_bridge.h
+++ b/include/drm/drm_bridge.h
@@ -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),

---
base-commit: 86c947b363f003153768d879ee15f8358cbf29c5
change-id: 20250704-drm-bridge-kdoc-fix-d287243126a6
Re: [PATCH] drm/bridge: Fix kdoc comment for DRM_BRIDGE_OP_HDMI_CEC_ADAPTER
Posted by Dmitry Baryshkov 3 months ago
On Fri, 04 Jul 2025 15:10:45 +0300, Cristian Ciocaltea wrote:
> 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.
> 
> 

Applied to drm-misc-next, thanks!

[1/1] drm/bridge: Fix kdoc comment for DRM_BRIDGE_OP_HDMI_CEC_ADAPTER
      commit: b78287c54bd87924ee328d51336b44a74304d7cc

Best regards,
-- 
With best wishes
Dmitry
Re: [PATCH] drm/bridge: Fix kdoc comment for DRM_BRIDGE_OP_HDMI_CEC_ADAPTER
Posted by Dmitry Baryshkov 3 months ago
On Fri, Jul 04, 2025 at 03:10:45PM +0300, Cristian Ciocaltea wrote:
> 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>
> ---
>  include/drm/drm_bridge.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>


-- 
With best wishes
Dmitry