[PATCH] drm/bridge: Fix kernel-doc typo in desc of output_bus_cfg in drm_bridge_state

Douglas Anderson posted 1 patch 2 years, 4 months ago
include/drm/drm_atomic.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] drm/bridge: Fix kernel-doc typo in desc of output_bus_cfg in drm_bridge_state
Posted by Douglas Anderson 2 years, 4 months ago
There's an obvious copy-paste error in the description of
output_bus_cfg. Fix it.

Fixes: f32df58acc68 ("drm/bridge: Add the necessary bits to support bus format negotiation")
Signed-off-by: Douglas Anderson <dianders@chromium.org>
---

 include/drm/drm_atomic.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/drm/drm_atomic.h b/include/drm/drm_atomic.h
index 9a022caacf93..cf8e1220a4ac 100644
--- a/include/drm/drm_atomic.h
+++ b/include/drm/drm_atomic.h
@@ -1126,7 +1126,7 @@ struct drm_bridge_state {
 	struct drm_bus_cfg input_bus_cfg;
 
 	/**
-	 * @output_bus_cfg: input bus configuration
+	 * @output_bus_cfg: output bus configuration
 	 */
 	struct drm_bus_cfg output_bus_cfg;
 };
-- 
2.41.0.694.ge786442a9b-goog
Re: (subset) [PATCH] drm/bridge: Fix kernel-doc typo in desc of output_bus_cfg in drm_bridge_state
Posted by Maxime Ripard 2 years, 3 months ago
On Thu, 17 Aug 2023 09:48:09 -0700, Douglas Anderson wrote:
> There's an obvious copy-paste error in the description of
> output_bus_cfg. Fix it.
> 
> 

Applied to drm/drm-misc (drm-misc-next).

Thanks!
Maxime