projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2520508
)
drm/bridge: Fix kernel-doc typo in desc of output_bus_cfg in drm_bridge_state
author
Douglas Anderson
<dianders@chromium.org>
Thu, 17 Aug 2023 16:48:09 +0000
(09:48 -0700)
committer
Maxime Ripard
<mripard@kernel.org>
Mon, 21 Aug 2023 08:01:04 +0000
(10:01 +0200)
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
include/drm/drm_atomic.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_atomic.h
b/include/drm/drm_atomic.h
index 9a022caacf9361a322f84ea6e838541556bfc804..cf8e1220a4ac4a0a465d4d4a6dad7624b1314ee6 100644
(file)
--- 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:
in
put bus configuration
+ * @output_bus_cfg:
out
put bus configuration
*/
struct drm_bus_cfg output_bus_cfg;
};