mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 03:59:52 +00:00
qxl: fix > 80 chars line
Signed-off-by: Alon Levy <alevy@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
47eddfbfe0
commit
2fce7edf46
4
hw/qxl.c
4
hw/qxl.c
@ -777,8 +777,8 @@ static void interface_async_complete_io(PCIQXLDevice *qxl, QXLCookie *cookie)
|
||||
}
|
||||
if (cookie && current_async != cookie->io) {
|
||||
fprintf(stderr,
|
||||
"qxl: %s: error: current_async = %d != %" PRId64 " = cookie->io\n",
|
||||
__func__, current_async, cookie->io);
|
||||
"qxl: %s: error: current_async = %d != %"
|
||||
PRId64 " = cookie->io\n", __func__, current_async, cookie->io);
|
||||
}
|
||||
switch (current_async) {
|
||||
case QXL_IO_MEMSLOT_ADD_ASYNC:
|
||||
|
Loading…
Reference in New Issue
Block a user