From: Linus Walleij Date: Mon, 29 Jan 2018 09:55:31 +0000 (+0100) Subject: drm/bridge: Rename argument from crtc to bridge X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=312924d3bc60fda4cb79d70a5c1c5b2b02aaa274;p=openwrt%2Fstaging%2Fblogic.git drm/bridge: Rename argument from crtc to bridge Why is the argument to ->mode_valid() called "crtc"? I guess a copy/paste error. Fix it. Reviewed-by: Laurent Pinchart Signed-off-by: Linus Walleij Link: https://patchwork.freedesktop.org/patch/msgid/20180129095531.4557-1-linus.walleij@linaro.org --- diff --git a/include/drm/drm_bridge.h b/include/drm/drm_bridge.h index bb7b97dfb93e..3270fec46979 100644 --- a/include/drm/drm_bridge.h +++ b/include/drm/drm_bridge.h @@ -91,7 +91,7 @@ struct drm_bridge_funcs { * * drm_mode_status Enum */ - enum drm_mode_status (*mode_valid)(struct drm_bridge *crtc, + enum drm_mode_status (*mode_valid)(struct drm_bridge *bridge, const struct drm_display_mode *mode); /**