[libvirt] [PATCHv2 0/1] Function declarations match definitions

Chris Venteicher cventeic at redhat.com
Mon Feb 12 21:24:02 UTC 2018


Interested in fixing mismatches between function parameter names in declarations
(header files) and definitions (.c files)?

This is a cosmetic / redability fix and does not change functionality.

This is patch 1 of larger set of 22 patches that fix parameter names across the
libvirt source code.  If there is interest I can send the entire patch set.

These are cosmetic redability fixes automatically generated by clang-tidy.

make check and make syntax-check pass successfully after the 22 patches are
applied.

This is my first submission so please point out any issues and I will be glad to
fix.

Chris Venteicher (1):
  include: function parameter names same in declaration

 include/libvirt/libvirt-domain.h   | 18 +++++++-------
 include/libvirt/libvirt-event.h    |  4 ++--
 include/libvirt/libvirt-host.h     |  4 ++--
 include/libvirt/libvirt-network.h  |  4 ++--
 include/libvirt/libvirt-nwfilter.h |  2 +-
 include/libvirt/libvirt-qemu.h     |  2 +-
 include/libvirt/libvirt-secret.h   |  4 ++--
 include/libvirt/libvirt-storage.h  | 12 +++++-----
 include/libvirt/libvirt-stream.h   | 22 ++++++++---------
 src/libvirt-domain.c               | 48 +++++++++++++++++++-------------------
 src/libvirt-network.c              | 10 ++++----
 11 files changed, 65 insertions(+), 65 deletions(-)

-- 
2.14.1




More information about the libvir-list mailing list