xen: Fix coding style errors
commitc22e91b1d8df7d91013b86f4f201f959844cfd72
authorEmil Condrea <emilcondrea@gmail.com>
Tue, 25 Oct 2016 05:50:07 +0000 (25 08:50 +0300)
committerStefano Stabellini <sstabellini@kernel.org>
Sat, 29 Oct 2016 00:52:29 +0000 (28 17:52 -0700)
tree6de2fe363f09a8aedc9e63a175ecfa08853a01ec
parent5b2ecabaeabc17f032197246c4846b9ba95ba8a6
xen: Fix coding style errors

Fixes the following errors:
 * ERROR: line over 90 characters
 * ERROR: code indent should never use tabs
 * ERROR: space prohibited after that open square bracket '['
 * ERROR: do not initialise statics to 0 or NULL
 * ERROR: "(foo*)" should be "(foo *)"

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>
hw/char/xen_console.c
hw/display/xenfb.c
hw/net/xen_nic.c
hw/xen/xen_backend.c