diff options
author | 2020-07-14 22:23:44 -0700 | |
---|---|---|
committer | 2020-07-15 14:02:34 +0200 | |
commit | 19d97fd66b4389496a4780fbb618a53b7b751b0e (patch) | |
tree | 25325dd8a47fd7d3f2f5f6d8c704365b6c41d800 /include/drm | |
parent | drm: drm_atomic.h: delete duplicated word in comment (diff) | |
download | wireguard-linux-19d97fd66b4389496a4780fbb618a53b7b751b0e.tar.xz wireguard-linux-19d97fd66b4389496a4780fbb618a53b7b751b0e.zip |
drm: drm_bridge.h: delete duplicated word in comment
Drop doubled word "should" in a comment.
Signed-off-by: Randy Dunlap <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: [email protected]
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_bridge.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_bridge.h b/include/drm/drm_bridge.h index e3d7f36d8c39..2195daa289d2 100644 --- a/include/drm/drm_bridge.h +++ b/include/drm/drm_bridge.h @@ -475,7 +475,7 @@ struct drm_bridge_funcs { * one of them should be provided. * * If drivers need to tweak &drm_bridge_state.input_bus_cfg.flags or - * &drm_bridge_state.output_bus_cfg.flags it should should happen in + * &drm_bridge_state.output_bus_cfg.flags it should happen in * this function. By default the &drm_bridge_state.output_bus_cfg.flags * field is set to the next bridge * &drm_bridge_state.input_bus_cfg.flags value or |