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

Chris Venteicher posted 1 patch 6 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180212182055.15435-1-cventeic@redhat.com
include/libvirt/libvirt-domain.h    | 26 +++++++++++++-------------
include/libvirt/libvirt-event.h     |  4 ++--
include/libvirt/libvirt-host.h      |  4 ++--
include/libvirt/libvirt-interface.h |  4 ++--
include/libvirt/libvirt-network.h   |  6 +++---
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 +++++++++++-----------
10 files changed, 43 insertions(+), 43 deletions(-)
[libvirt] [PATCH 0/1] Function declarations match definitions
Posted by Chris Venteicher 6 years, 1 month ago
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):
  includes: function parameter names same in headers

 include/libvirt/libvirt-domain.h    | 26 +++++++++++++-------------
 include/libvirt/libvirt-event.h     |  4 ++--
 include/libvirt/libvirt-host.h      |  4 ++--
 include/libvirt/libvirt-interface.h |  4 ++--
 include/libvirt/libvirt-network.h   |  6 +++---
 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 +++++++++++-----------
 10 files changed, 43 insertions(+), 43 deletions(-)

-- 
2.14.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list