mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
block: remove superfluous '\n' around error_report/error_setg
Signed-off-by: Gonglei <arei.gonglei@huawei.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
3599d46ba2
commit
eec5eb42f5
3 changed files with 5 additions and 5 deletions
|
@ -393,7 +393,7 @@ static void nand_realize(DeviceState *dev, Error **errp)
|
|||
nand_init_2048(s);
|
||||
break;
|
||||
default:
|
||||
error_setg(errp, "Unsupported NAND block size %#x\n",
|
||||
error_setg(errp, "Unsupported NAND block size %#x",
|
||||
1 << s->page_shift);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue