Re: [libvirt] [PATCH 1/6] lib: Remove misplaced and redundant comments

2017-07-04 Thread Peter Krempa
On Sat, Jul 01, 2017 at 10:41:24 -0400, John Ferlan wrote: > > > On 06/23/2017 09:33 AM, Peter Krempa wrote: > > It's obvious that unsigned long long is 64 bit and also our web page > > generator would misplace the comment after the return value due to the > > way it's parsing them. > > --- > >

Re: [libvirt] [PATCH 1/6] lib: Remove misplaced and redundant comments

2017-07-01 Thread John Ferlan
On 06/23/2017 09:33 AM, Peter Krempa wrote: > It's obvious that unsigned long long is 64 bit and also our web page > generator would misplace the comment after the return value due to the > way it's parsing them. > --- > src/libvirt-domain.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletio

[libvirt] [PATCH 1/6] lib: Remove misplaced and redundant comments

2017-06-23 Thread Peter Krempa
It's obvious that unsigned long long is 64 bit and also our web page generator would misplace the comment after the return value due to the way it's parsing them. --- src/libvirt-domain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libvirt-domain.c b/src/libvirt-dom