drm/amd/display: Fix typo of format termination newline
[linux-2.6-microblaze.git] / drivers / gpu / drm / amd / display / dc / dcn301 / dcn301_resource.c
index 472696f..9776d17 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;
        }