We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c8b7a commit 7ad0f7eCopy full SHA for 7ad0f7e
kernel/init.c
@@ -438,7 +438,7 @@ static char **prepare_main_args(int *argc)
438
}
439
440
if (strings_end + sizeof(char *) >= (char *)argv_begin) {
441
- LOG_WRN("not enough space in args buffer to accommodate all bootargs"
+ LOG_WRN("not enough space in args buffer to accommodate all bootargs "
442
" - bootargs truncated");
443
return argv_begin;
444
0 commit comments