mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 20:22:46 +00:00
dm: vdisplay: fix comment typos.
Fix some typos in output logs. Tracked-On: #7747 Signed-off-by: Sun Peng <peng.p.sun@linux.intel.com> Acked-by: Wang, Yu1 <yu1.wang@intel.com>
This commit is contained in:
parent
200c554a5e
commit
38a275af26
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user