Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

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>
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230817094808.1.I41b04c3a8305c9f1c17af886c327941c5136ca3b@changeid

authored by

Douglas Anderson and committed by
Maxime Ripard
ad1367f8 25205087

+1 -1
+1 -1
include/drm/drm_atomic.h
··· 1126 1126 struct drm_bus_cfg input_bus_cfg; 1127 1127 1128 1128 /** 1129 - * @output_bus_cfg: input bus configuration 1129 + * @output_bus_cfg: output bus configuration 1130 1130 */ 1131 1131 struct drm_bus_cfg output_bus_cfg; 1132 1132 };