Re: [libvirt] [PATCH] Prefer C style comments over C++ ones

2011-01-28 Thread Matthias Bolte
2011/1/28 Eric Blake : > On 01/28/2011 02:39 PM, Matthias Bolte wrote: >> Pure cosmetic change. > >>  24 files changed, 80 insertions(+), 96 deletions(-) > > ACK; hopefully it doesn't bite people trying to backport patches with > too many spurious conflicts.  At least it wasn't too many instances.

Re: [libvirt] [PATCH] Prefer C style comments over C++ ones

2011-01-28 Thread Eric Blake
On 01/28/2011 02:39 PM, Matthias Bolte wrote: > Pure cosmetic change. > 24 files changed, 80 insertions(+), 96 deletions(-) ACK; hopefully it doesn't bite people trying to backport patches with too many spurious conflicts. At least it wasn't too many instances. -- Eric Blake ebl...@redhat.c

[libvirt] [PATCH] Prefer C style comments over C++ ones

2011-01-28 Thread Matthias Bolte
Pure cosmetic change. --- daemon/libvirtd.c |4 ++-- daemon/remote.c |4 ++-- src/conf/nwfilter_conf.c | 22 +++--- src/conf/nwfilter_conf.h |2 +- src/conf/storage_conf.c