Skip to content

Commit 33c2553

Browse files
Dzmitry Sankouskisuperna9999
authored andcommitted
drm/mipi-dsi: fix kernel doc on mipi_dsi_compression_mode_multi
Replace dsi parameter on ctx in kernel doc of mipi_dsi_compression_mode_multi function. Fixes: 975bdea ("drm/mipi-dsi: add mipi_dsi_compression_mode_multi") Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Dzmitry Sankouski <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/20241010-starqltechn_integration_upstream_drm_fix-v1-1-cf3cb1d1ce77@gmail.com Signed-off-by: Neil Armstrong <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/20241010-starqltechn_integration_upstream_drm_fix-v1-1-cf3cb1d1ce77@gmail.com
1 parent a500f37 commit 33c2553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/drm_mipi_dsi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ EXPORT_SYMBOL(mipi_dsi_compression_mode_ext_multi);
15221522

15231523
/**
15241524
* mipi_dsi_compression_mode_multi() - enable/disable DSC on the peripheral
1525-
* @dsi: DSI peripheral device
1525+
* @ctx: Context for multiple DSI transactions
15261526
* @enable: Whether to enable or disable the DSC
15271527
*
15281528
* Enable or disable Display Stream Compression on the peripheral using the

0 commit comments

Comments
 (0)