On 18/1/24 14:16, Peter Maydell wrote:
error_report() strings should not include trailing newlines; remove the newline from the error we print when devices won't fit into the address space of the CPU.This commit also fixes the accidental hardcoded tabs that were in this line, since we have to touch the line anyway. Signed-off-by: Peter Maydell <[email protected]> --- hw/arm/virt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
