summaryrefslogtreecommitdiff
path: root/hw/char
diff options
context:
space:
mode:
authorEmil Condrea <emilcondrea@gmail.com>2016-10-25 08:50:08 +0300
committerStefano Stabellini <sstabellini@kernel.org>2016-10-28 17:52:39 -0700
commitb9730c5b4e7132b5e49806c6724f91d760e88d17 (patch)
treea4481a0de355de625094131a269400ba6f7abdae /hw/char
parentc22e91b1d8df7d91013b86f4f201f959844cfd72 (diff)
downloadqemu-b9730c5b4e7132b5e49806c6724f91d760e88d17.zip
xen: Fix coding style warnings
Fixes: * WARNING: line over 80 characters Signed-off-by: Emil Condrea <emilcondrea@gmail.com> Signed-off-by: Stefano Stabellini <sstabellini@kernel.org> Signed-off-by: Quan Xu <xuquan8@huawei.com> Acked-by: Anthony PERARD <anthony.perard@citrix.com>
Diffstat (limited to 'hw/char')
-rw-r--r--hw/char/xen_console.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/char/xen_console.c b/hw/char/xen_console.c
index d236a46bf8..9ae9558428 100644
--- a/hw/char/xen_console.c
+++ b/hw/char/xen_console.c
@@ -248,7 +248,8 @@ static int con_initialise(struct XenDevice *xendev)
qemu_chr_fe_set_handlers(&con->chr, xencons_can_receive,
xencons_receive, NULL, con, NULL, true);
- xen_be_printf(xendev, 1, "ring mfn %d, remote port %d, local port %d, limit %zd\n",
+ xen_be_printf(xendev, 1,
+ "ring mfn %d, remote port %d, local port %d, limit %zd\n",
con->ring_ref,
con->xendev.remote_port,
con->xendev.local_port,