Commit 49da4c2b authored by Joe Perches's avatar Joe Perches Committed by Alex Deucher
Browse files

drm/amd/display: Fix typo of format termination newline



/n should be \n

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 258ec890
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1725,7 +1725,7 @@ static bool init_soc_bounding_box(struct dc *dc,
	DC_LOGGER_INIT(dc->ctx->logger);

	if (!is_soc_bounding_box_valid(dc)) {
		DC_LOG_ERROR("%s: not valid soc bounding box/n", __func__);
		DC_LOG_ERROR("%s: not valid soc bounding box\n", __func__);
		return false;
	}

+1 −1
Original line number Diff line number Diff line
@@ -1498,7 +1498,7 @@ static bool init_soc_bounding_box(struct dc *dc,
	DC_LOGGER_INIT(dc->ctx->logger);

	if (!is_soc_bounding_box_valid(dc)) {
		DC_LOG_ERROR("%s: not valid soc bounding box/n", __func__);
		DC_LOG_ERROR("%s: not valid soc bounding box\n", __func__);
		return false;
	}

+1 −1
Original line number Diff line number Diff line
@@ -1094,7 +1094,7 @@ static bool init_soc_bounding_box(struct dc *dc, struct resource_pool *pool)
	DC_LOGGER_INIT(dc->ctx->logger);

	if (!is_soc_bounding_box_valid(dc)) {
		DC_LOG_ERROR("%s: not valid soc bounding box/n", __func__);
		DC_LOG_ERROR("%s: not valid soc bounding box\n", __func__);
		return false;
	}