]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: virnetlink: Fix the parameter description of functions
authorChen Hanxiao <chenhanxiao@gmail.com>
Tue, 6 Feb 2018 11:38:17 +0000 (19:38 +0800)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 9 Feb 2018 20:26:52 +0000 (15:26 -0500)
commita90a1bf9e12bc23430f23033c671701ce4251cb6
tree14f722b8f76cda5acdfaac291d417425bb939125
parent68def01206b9415f3b539bc0cdd3e2c54a81b515
util: virnetlink: Fix the parameter description of functions

Some of function comments don't have the right named parameters
and others are not consistent with the description alignment.
This patch fixes this.

Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
src/util/virnetlink.c