Skip to content

Commit c42fb72

Browse files
dianderssuperna9999
authored andcommitted
drm/bridge: ti-sn65dsi86: Fix kernel-doc typo ln_polr => ln_polrs
This fixes a kernel doc warning due to a typo: warning: Function parameter or member 'ln_polrs' not described in 'ti_sn_bridge' Fixes: 5bebaea ("drm/bridge: ti-sn65dsi86: Implement lane reordering + polarity") Signed-off-by: Douglas Anderson <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Signed-off-by: Neil Armstrong <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/20200612123003.v2.3.Ib616e311c48cc64b2cef11bd54d4a9cedc874bb1@changeid
1 parent f4946b0 commit c42fb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/bridge/ti-sn65dsi86.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
* @supplies: Data for bulk enabling/disabling our regulators.
123123
* @dp_lanes: Count of dp_lanes we're using.
124124
* @ln_assign: Value to program to the LN_ASSIGN register.
125-
* @ln_polr: Value for the 4-bit LN_POLRS field of SN_ENH_FRAME_REG.
125+
* @ln_polrs: Value for the 4-bit LN_POLRS field of SN_ENH_FRAME_REG.
126126
*
127127
* @gchip: If we expose our GPIOs, this is used.
128128
* @gchip_output: A cache of whether we've set GPIOs to output. This

0 commit comments

Comments
 (0)