diff options
| author | Emil Condrea <emilcondrea@gmail.com> | 2016-10-25 08:50:08 +0300 |
|---|---|---|
| committer | Stefano Stabellini <sstabellini@kernel.org> | 2016-10-28 17:52:39 -0700 |
| commit | b9730c5b4e7132b5e49806c6724f91d760e88d17 (patch) | |
| tree | a4481a0de355de625094131a269400ba6f7abdae /hw/char/xen_console.c | |
| parent | c22e91b1d8df7d91013b86f4f201f959844cfd72 (diff) | |
| download | focaccia-qemu-b9730c5b4e7132b5e49806c6724f91d760e88d17.tar.gz focaccia-qemu-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/xen_console.c')
| -rw-r--r-- | hw/char/xen_console.c | 3 |
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, |