mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
drm/amd/display: Fix typo of format termination newline
/n should be \n Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
258ec890cc
commit
49da4c2be5
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user