[PATCH] drm/msm/dp: Silence inconsistent indent warning

Stephen Boyd swboyd at chromium.org
Tue Aug 23 21:20:57 UTC 2022


Quoting Abhinav Kumar (2022-08-23 10:47:02)
> link->request.test_lane_count;
> -       link->dp_link.link_params.rate = link->request.test_link_rate;
> +       link->dp_link.link_params.rate =
> +               drm_dp_bw_code_to_link_rate(link->request.test_link_rate);
>
>          return 0;
>
> Since we are fixing up this commit, can you please fix this too?
>

Sure.


More information about the dri-devel mailing list