diff options
author | Boris Brezillon <boris.brezillon@collabora.com> | 2020-02-18 16:15:03 +0100 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2020-02-18 16:50:45 +0100 |
commit | 91ea83306bfa1fb0784ca09e55886a58345e0323 (patch) | |
tree | b3cc0c85a0df749f0d1bf93df2b1ba93fcf1c630 /include/drm/drm_atomic.h | |
parent | drm/virtio: move remaining virtio_gpu_notify calls (diff) | |
download | linux-91ea83306bfa1fb0784ca09e55886a58345e0323.tar.xz linux-91ea83306bfa1fb0784ca09e55886a58345e0323.zip |
drm/bridge: Fix the bridge kernel doc
Commit 751465913f04 ("drm/bridge: Add a drm_bridge_state object")
introduced new helpers and hooks but the kernel was slightly broken.
Fix that now.
v2:
* Fix the drm_atomic_add_encoder_bridges() doc
Fixes: 751465913f04 ("drm/bridge: Add a drm_bridge_state object")
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200218151503.595825-1-boris.brezillon@collabora.com
Diffstat (limited to 'include/drm/drm_atomic.h')
-rw-r--r-- | include/drm/drm_atomic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_atomic.h b/include/drm/drm_atomic.h index 52d65a055491..7b6cb4774e7d 100644 --- a/include/drm/drm_atomic.h +++ b/include/drm/drm_atomic.h @@ -1016,7 +1016,7 @@ struct drm_bus_cfg { * @format: format used on this bus (one of the MEDIA_BUS_FMT_* format) * * This field should not be directly modified by drivers - * (&drm_atomic_bridge_chain_select_bus_fmts() takes care of the bus + * (drm_atomic_bridge_chain_select_bus_fmts() takes care of the bus * format negotiation). */ u32 format; |