Commit e33f256d authored by Dan Carpenter's avatar Dan Carpenter Committed by Dmitry Baryshkov
Browse files

drm/dp: Clean up white space in drm_edp_backlight_probe_state()

parent cce91f29
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -4232,9 +4232,9 @@ drm_edp_backlight_probe_state(struct drm_dp_aux *aux, struct drm_edp_backlight_i
			}

			/*
		 * Incase luminance is set we want to send the value back in nits but since
		 * DP_EDP_PANEL_TARGET_LUMINANCE stores values in millinits we need to divide
		 * by 1000.
			 * Incase luminance is set we want to send the value back in nits but
			 * since DP_EDP_PANEL_TARGET_LUMINANCE stores values in millinits we
			 * need to divide by 1000.
			 */
			return (buf[0] | buf[1] << 8 | buf[2] << 16) / 1000;
		} else {