From: Ankit Nautiyal Date: Tue, 11 Oct 2022 06:34:41 +0000 (+0530) Subject: drm/i915/dp: Remove whitespace at the end of function. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1e3d21a5b3a4e7af3ed5fa3772c221cb8c284df5;p=linux.git drm/i915/dp: Remove whitespace at the end of function. Remove extraline left after intel_dp_configure_protocol_converter. Signed-off-by: Ankit Nautiyal Signed-off-by: Ville Syrjälä Link: https://patchwork.freedesktop.org/patch/msgid/20221011063447.904649-3-ankit.k.nautiyal@intel.com --- diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c index 1858dd7856b2b..7400d6b4c5876 100644 --- a/drivers/gpu/drm/i915/display/intel_dp.c +++ b/drivers/gpu/drm/i915/display/intel_dp.c @@ -2690,7 +2690,6 @@ void intel_dp_configure_protocol_converter(struct intel_dp *intel_dp, str_enable_disable(tmp)); } - bool intel_dp_get_colorimetry_status(struct intel_dp *intel_dp) { u8 dprx = 0;