We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8844f46 commit cd49ccaCopy full SHA for cd49cca
drivers/gpu/drm/msm/dp/dp_display.c
@@ -468,7 +468,7 @@ static void dp_display_handle_video_request(struct dp_display_private *dp)
468
}
469
470
471
-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)
472
{
473
int rc = 0;
474
@@ -525,7 +525,7 @@ static int dp_display_usbpd_attention_cb(struct device *dev)
525
drm_dbg_dp(dp->drm_dev, "hpd_state=%d sink_request=%d\n",
526
dp->hpd_state, sink_request);
527
if (sink_request & DS_PORT_STATUS_CHANGED)
528
- rc = dp_display_handle_port_ststus_changed(dp);
+ rc = dp_display_handle_port_status_changed(dp);
529
else
530
rc = dp_display_handle_irq_hpd(dp);
531
0 commit comments