Skip to content

Commit

Permalink
drm/bridge: Fix kernel-doc typo in desc of output_bus_cfg in drm_brid…
Browse files Browse the repository at this point in the history
…ge_state

There's an obvious copy-paste error in the description of
output_bus_cfg. Fix it.

Fixes: f32df58 ("drm/bridge: Add the necessary bits to support bus format negotiation")
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230817094808.1.I41b04c3a8305c9f1c17af886c327941c5136ca3b@changeid
  • Loading branch information
dianders authored and berolinux committed Oct 30, 2023
1 parent e0bfc0b commit 1c0036a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/drm/drm_atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 1c0036a

Please sign in to comment.