Re: [libvirt] [PATCH] util: netlink: fix the mismatch parameter description of functions

2018-02-09 Thread John Ferlan
On 02/06/2018 06:38 AM, Chen Hanxiao wrote: > From: Chen Hanxiao > > Some of netlink functions don't have the right > @parameters description according to the declaration of function. > > This patch fix them. > > Signed-off-by: Chen Hanxiao >

[libvirt] [PATCH] util: netlink: fix the mismatch parameter description of functions

2018-02-06 Thread Chen Hanxiao
From: Chen Hanxiao Some of netlink functions don't have the right @parameters description according to the declaration of function. This patch fix them. Signed-off-by: Chen Hanxiao --- src/util/virnetlink.c | 35