[libvirt] [PATCH 00/11] enforce comma style

Eric Blake eblake at redhat.com
Wed Nov 20 00:30:00 UTC 2013


This series was started in part by the current attempts to
split out libvirt-python (and consistently using
LIBVIR_CHECK_VERSION), and in part by seeing odd spacing in
storage_conf.c (which annoyed me enough on my work on gluster).

Eric Blake (11):
  maint: fix comma style issues: nwfilter
  maint: fix comma style issues: conf
  maint: fix comma style issues: xen
  maint: fix comma style issues: qemu
  maint: fix comma style issues: tests, tools
  maint: fix comma style issues: util
  maint: fix comma style issues: python
  maint: fix comma style issues: vbox
  maint: fix comma style issues: remaining drivers
  maint: fix comma style issues: remaining code
  maint: enforce comma style usage

 HACKING                                   | 25 ++++++++
 build-aux/bracket-spacing.pl              | 15 +++--
 docs/hacking.html.in                      | 31 ++++++++++
 python/libvirt-override.c                 | 12 ++--
 src/conf/capabilities.c                   |  2 +-
 src/conf/domain_conf.c                    |  4 +-
 src/conf/network_conf.c                   |  6 +-
 src/conf/nwfilter_conf.c                  | 92 +++++++++++++++--------------
 src/conf/storage_conf.c                   | 97 ++++++++++++++++---------------
 src/libxl/libxl_driver.c                  |  2 +-
 src/lxc/lxc_container.c                   |  2 +-
 src/network/bridge_driver.c               |  2 +-
 src/node_device/node_device_hal.c         |  4 +-
 src/node_device/node_device_udev.c        |  2 +-
 src/nwfilter/nwfilter_ebiptables_driver.c | 40 ++++++-------
 src/nwfilter/nwfilter_gentech_driver.c    |  2 +-
 src/nwfilter/nwfilter_learnipaddr.c       |  2 +-
 src/openvz/openvz_driver.c                |  4 +-
 src/openvz/openvz_util.c                  |  3 +-
 src/qemu/qemu_cgroup.c                    |  2 +-
 src/qemu/qemu_command.c                   |  4 +-
 src/qemu/qemu_conf.c                      |  3 +-
 src/qemu/qemu_driver.c                    |  2 +-
 src/qemu/qemu_monitor.c                   | 12 ++--
 src/remote/remote_driver.c                |  2 +-
 src/storage/storage_backend_rbd.c         |  2 +-
 src/test/test_driver.c                    | 12 ++--
 src/util/vircommand.c                     |  4 +-
 src/util/virlog.c                         |  2 +-
 src/util/virnetdevbandwidth.c             |  4 +-
 src/util/virnetdevmacvlan.c               |  2 +-
 src/util/virnetdevvportprofile.c          |  2 +-
 src/util/virnetlink.c                     |  2 +-
 src/util/virpci.c                         |  3 +-
 src/util/virsysinfo.c                     |  2 +-
 src/util/virusb.c                         |  2 +-
 src/vbox/vbox_tmpl.c                      | 27 ++++-----
 src/xen/xend_internal.c                   |  2 +-
 src/xen/xs_internal.c                     |  4 +-
 src/xenapi/xenapi_driver.c                | 10 ++--
 src/xenapi/xenapi_utils.c                 | 30 +++++-----
 src/xenxs/xen_sxpr.c                      |  2 +-
 src/xenxs/xen_xm.c                        |  2 +-
 tests/sysinfotest.c                       |  3 +-
 tests/viratomictest.c                     |  4 +-
 tests/vircgroupmock.c                     |  2 +-
 tools/virsh-domain.c                      |  2 +-
 tools/virsh-volume.c                      |  9 +--
 48 files changed, 290 insertions(+), 216 deletions(-)

-- 
1.8.3.1




More information about the libvir-list mailing list