Re: [libvirt] [PATCH v2 1/9] virsh: C99 style for info_domfstrim and opts_lxc_enter_namespace

2013-08-20 Thread Eric Blake
On 08/20/2013 02:02 PM, Tomas Meszaros wrote: > Change info_domfstrim and opts_lxc_enter_namespace initialization style > to C99. > --- > tools/virsh-domain.c | 21 - > 1 file changed, 16 insertions(+), 5 deletions(-) ACK. I wonder if it is worth adding a 'make syntax-check'

[libvirt] [PATCH v2 1/9] virsh: C99 style for info_domfstrim and opts_lxc_enter_namespace

2013-08-20 Thread Tomas Meszaros
Change info_domfstrim and opts_lxc_enter_namespace initialization style to C99. --- tools/virsh-domain.c | 21 - 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index b29f934..5d4913d 100644 --- a/tools/virsh-domain.c +