drm/amd/display: Fix typo of format termination newline
[linux-2.6-microblaze.git] / drivers / gpu / drm / amd / display / dc / dcn302 / dcn302_resource.c
index a33f036..00cb6d1 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;
        }