-
Le Tan authored
Replace fprintf(stderr,...) with error_report() in the file arch_init.c. The trailing "\n"s of the @fmt argument have been removed because @fmt of error_report() should not contain newline. Signed-off-by:
Le Tan <tamlokveer@gmail.com>
Reviewed-by:
Andreas Färber <afaerber@suse.de>
Signed-off-by:
Michael Tokarev <mjt@tls.msk.ru>Le Tan authoredReplace fprintf(stderr,...) with error_report() in the file arch_init.c. The trailing "\n"s of the @fmt argument have been removed because @fmt of error_report() should not contain newline. Signed-off-by:
Le Tan <tamlokveer@gmail.com>
Reviewed-by:
Andreas Färber <afaerber@suse.de>
Signed-off-by:
Michael Tokarev <mjt@tls.msk.ru>
Loading