Commit 6b7adaea authored by Douglas Anderson's avatar Douglas Anderson

drm/bridge: ti-sn65dsi86: Remove incorrectly tagged kerneldoc comment

A random comment inside a function had "/**" in front of it. That
doesn't make sense. Remove.
Signed-off-by: default avatarDouglas Anderson <dianders@chromium.org>
Reviewed-by: default avatarAndrzej Hajda <a.hajda@samsung.com>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210416153909.v4.3.I167766eeaf4c4646a3934c4dd5332decbab6bd68@changeid
parent acf3aca5
...@@ -788,7 +788,7 @@ static void ti_sn_bridge_enable(struct drm_bridge *bridge) ...@@ -788,7 +788,7 @@ static void ti_sn_bridge_enable(struct drm_bridge *bridge)
/* set dsi clk frequency value */ /* set dsi clk frequency value */
ti_sn_bridge_set_dsi_rate(pdata); ti_sn_bridge_set_dsi_rate(pdata);
/** /*
* The SN65DSI86 only supports ASSR Display Authentication method and * The SN65DSI86 only supports ASSR Display Authentication method and
* this method is enabled by default. An eDP panel must support this * this method is enabled by default. An eDP panel must support this
* authentication method. We need to enable this method in the eDP panel * authentication method. We need to enable this method in the eDP panel
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment