Re: [PATCH] drm/msm/dp: fix typo in dp_display_handle_port_status_changed()

2024-04-05 Thread Abhinav Kumar
On Wed, 06 Mar 2024 11:35:15 -0800, Abhinav Kumar wrote: > Fix the typo in the name of dp_display_handle_port_status_changed(). > > Applied, thanks! [1/1] drm/msm/dp: fix typo in dp_display_handle_port_status_changed() (no commit info)

Re: [PATCH] drm/msm/dp: fix typo in dp_display_handle_port_status_changed()

2024-03-06 Thread Dmitry Baryshkov
On Wed, 6 Mar 2024 at 21:35, Abhinav Kumar wrote: > > Fix the typo in the name of dp_display_handle_port_status_changed(). > > Fixes: c58eb1b54fee ("drm/msm/dp: fix connect/disconnect handled at irq_hpd") > Signed-off-by: Abhinav Kumar Reviewed-by: Dmitry Baryshkov -- With best wishes

[PATCH] drm/msm/dp: fix typo in dp_display_handle_port_status_changed()

2024-03-06 Thread Abhinav Kumar
Fix the typo in the name of dp_display_handle_port_status_changed(). Fixes: c58eb1b54fee ("drm/msm/dp: fix connect/disconnect handled at irq_hpd") Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/msm/dp/dp_display.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git