linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/msm/dp: fix typo in dp_display_handle_port_status_changed()
@ 2024-03-06 19:35 Abhinav Kumar
  2024-03-06 19:37 ` Dmitry Baryshkov
  2024-04-05 19:31 ` Abhinav Kumar
  0 siblings, 2 replies; 3+ messages in thread
From: Abhinav Kumar @ 2024-03-06 19:35 UTC (permalink / raw)
  To: freedreno, Rob Clark, Abhinav Kumar, Dmitry Baryshkov, Sean Paul,
	Marijn Suijten, David Airlie, Daniel Vetter, Kuogee Hsieh
  Cc: dri-devel, swboyd, quic_jesszhan, quic_parellan, Rob Clark,
	linux-arm-msm, linux-kernel

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 <quic_abhinavk@quicinc.com>
---
 drivers/gpu/drm/msm/dp/dp_display.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/msm/dp/dp_display.c b/drivers/gpu/drm/msm/dp/dp_display.c
index c8e1bbebdffe..068d44eeaa07 100644
--- a/drivers/gpu/drm/msm/dp/dp_display.c
+++ b/drivers/gpu/drm/msm/dp/dp_display.c
@@ -479,7 +479,7 @@ static void dp_display_handle_video_request(struct dp_display_private *dp)
 	}
 }
 
-static int dp_display_handle_port_ststus_changed(struct dp_display_private *dp)
+static int dp_display_handle_port_status_changed(struct dp_display_private *dp)
 {
 	int rc = 0;
 
@@ -536,7 +536,7 @@ static int dp_display_usbpd_attention_cb(struct device *dev)
 		drm_dbg_dp(dp->drm_dev, "hpd_state=%d sink_request=%d\n",
 					dp->hpd_state, sink_request);
 		if (sink_request & DS_PORT_STATUS_CHANGED)
-			rc = dp_display_handle_port_ststus_changed(dp);
+			rc = dp_display_handle_port_status_changed(dp);
 		else
 			rc = dp_display_handle_irq_hpd(dp);
 	}
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/msm/dp: fix typo in dp_display_handle_port_status_changed()
  2024-03-06 19:35 [PATCH] drm/msm/dp: fix typo in dp_display_handle_port_status_changed() Abhinav Kumar
@ 2024-03-06 19:37 ` Dmitry Baryshkov
  2024-04-05 19:31 ` Abhinav Kumar
  1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Baryshkov @ 2024-03-06 19:37 UTC (permalink / raw)
  To: Abhinav Kumar
  Cc: freedreno, Rob Clark, Sean Paul, Marijn Suijten, David Airlie,
	Daniel Vetter, Kuogee Hsieh, dri-devel, swboyd, quic_jesszhan,
	quic_parellan, Rob Clark, linux-arm-msm, linux-kernel

On Wed, 6 Mar 2024 at 21:35, Abhinav Kumar <quic_abhinavk@quicinc.com> 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 <quic_abhinavk@quicinc.com>

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>


-- 
With best wishes
Dmitry

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/msm/dp: fix typo in dp_display_handle_port_status_changed()
  2024-03-06 19:35 [PATCH] drm/msm/dp: fix typo in dp_display_handle_port_status_changed() Abhinav Kumar
  2024-03-06 19:37 ` Dmitry Baryshkov
@ 2024-04-05 19:31 ` Abhinav Kumar
  1 sibling, 0 replies; 3+ messages in thread
From: Abhinav Kumar @ 2024-04-05 19:31 UTC (permalink / raw)
  To: freedreno, Rob Clark, Dmitry Baryshkov, Sean Paul,
	Marijn Suijten, David Airlie, Daniel Vetter, Kuogee Hsieh,
	Abhinav Kumar
  Cc: dri-devel, swboyd, quic_jesszhan, quic_parellan, Rob Clark,
	linux-arm-msm, linux-kernel


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)
      https://gitlab.freedesktop.org/drm/msm/-/commit/cd49cca222bc
Best regards,
-- 
Abhinav Kumar <quic_abhinavk@quicinc.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-05 19:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-06 19:35 [PATCH] drm/msm/dp: fix typo in dp_display_handle_port_status_changed() Abhinav Kumar
2024-03-06 19:37 ` Dmitry Baryshkov
2024-04-05 19:31 ` Abhinav Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).