Message ID | 20241010-starqltechn_integration_upstream_drm_fix-v1-1-cf3cb1d1ce77@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/mipi-dsi: fix kernel doc on mipi_dsi_compression_mode_multi | expand |
Thanks ! On 10/10/2024 12:31, Dzmitry Sankouski wrote: > Replace dsi parameter on ctx in kernel doc of > mipi_dsi_compression_mode_multi function. > > Fixes: 975bdea8c470 ("drm/mipi-dsi: add mipi_dsi_compression_mode_multi") > Reported-by: kernel test robot <lkp@intel.com> > Closes: https://lore.kernel.org/oe-kbuild-all/202410092245.tfsuUllL-lkp@intel.com/ > Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com> > --- > drivers/gpu/drm/drm_mipi_dsi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/drm_mipi_dsi.c b/drivers/gpu/drm/drm_mipi_dsi.c > index d8ee74701f1e..5e5c5f84daac 100644 > --- a/drivers/gpu/drm/drm_mipi_dsi.c > +++ b/drivers/gpu/drm/drm_mipi_dsi.c > @@ -1522,7 +1522,7 @@ EXPORT_SYMBOL(mipi_dsi_compression_mode_ext_multi); > > /** > * mipi_dsi_compression_mode_multi() - enable/disable DSC on the peripheral > - * @dsi: DSI peripheral device > + * @ctx: Context for multiple DSI transactions > * @enable: Whether to enable or disable the DSC > * > * Enable or disable Display Stream Compression on the peripheral using the > > --- > base-commit: 4c93ede2b0c73a7708f46a01669769d15d31e1d2 > change-id: 20241010-starqltechn_integration_upstream_drm_fix-72233382f98f > > Best regards, Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Hi, On Thu, 10 Oct 2024 13:31:42 +0300, Dzmitry Sankouski wrote: > Replace dsi parameter on ctx in kernel doc of > mipi_dsi_compression_mode_multi function. > > Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-next) [1/1] drm/mipi-dsi: fix kernel doc on mipi_dsi_compression_mode_multi https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/33c255312660653cf54f8019896b5dca28e3c580
diff --git a/drivers/gpu/drm/drm_mipi_dsi.c b/drivers/gpu/drm/drm_mipi_dsi.c index d8ee74701f1e..5e5c5f84daac 100644 --- a/drivers/gpu/drm/drm_mipi_dsi.c +++ b/drivers/gpu/drm/drm_mipi_dsi.c @@ -1522,7 +1522,7 @@ EXPORT_SYMBOL(mipi_dsi_compression_mode_ext_multi); /** * mipi_dsi_compression_mode_multi() - enable/disable DSC on the peripheral - * @dsi: DSI peripheral device + * @ctx: Context for multiple DSI transactions * @enable: Whether to enable or disable the DSC * * Enable or disable Display Stream Compression on the peripheral using the
Replace dsi parameter on ctx in kernel doc of mipi_dsi_compression_mode_multi function. Fixes: 975bdea8c470 ("drm/mipi-dsi: add mipi_dsi_compression_mode_multi") Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202410092245.tfsuUllL-lkp@intel.com/ Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com> --- drivers/gpu/drm/drm_mipi_dsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- base-commit: 4c93ede2b0c73a7708f46a01669769d15d31e1d2 change-id: 20241010-starqltechn_integration_upstream_drm_fix-72233382f98f Best regards,