drm/amd/display: Fix typo of format termination newline
authorJoe Perches <joe@perches.com>
Sat, 15 May 2021 17:01:26 +0000 (10:01 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 20 May 2021 02:43:38 +0000 (22:43 -0400)
/n should be \n

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_resource.c
drivers/gpu/drm/amd/display/dc/dcn301/dcn301_resource.c
drivers/gpu/drm/amd/display/dc/dcn302/dcn302_resource.c

index 9109e24339656eac170c07230642e8b7d33ce51a..39920422409dfa5606693767e73aede8219848a3 100644 (file)
@@ -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;
        }
 
index 472696f949ac38aead373336669895598fffc807..9776d17378184f838571880d145bd076f07cfd30 100644 (file)
@@ -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;
        }
 
index a33f0365329b9dbd3c85c2aeb8954759d34fdc63..00cb6d11ed0d9b3ec512de6bbe42838696d6d2ba 100644 (file)
@@ -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;
        }