From 5890b90fea05bcfed4781077b3d8e3c15a25ae74 Mon Sep 17 00:00:00 2001 From: Sun Peng Date: Mon, 13 Jun 2022 13:21:49 +0800 Subject: [PATCH] dm: vdisplay: fix comment typos. Fix some typos in output logs. Tracked-On: #7747 Signed-off-by: Sun Peng Acked-by: Wang, Yu1 --- devicemodel/hw/vdisplay_sdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicemodel/hw/vdisplay_sdl.c b/devicemodel/hw/vdisplay_sdl.c index 1c3eb1efa..21ceb2325 100644 --- a/devicemodel/hw/vdisplay_sdl.c +++ b/devicemodel/hw/vdisplay_sdl.c @@ -1140,7 +1140,7 @@ gfx_ui_init() setenv("SDL_RENDER_SCALE_QUALITY", "linear", 1); if (SDL_Init(SDL_INIT_VIDEO)) { - pr_err("Failed to Init SDL2 system"); + pr_err("Failed to init SDL2 system\n"); return -1; }