Re: [libvirt] [PATCH 1/2] nodeinfo: Fix code style and some minor bugs.

2012-06-26 Thread Osier Yang
On 2012年06月25日 22:43, Peter Krempa wrote: This patch cleans up some line breaks and fixes two minor bugs: - buffer pointer increment to the actual length that should be skipped - jump to cleanup section instead of returning -1 --- src/nodeinfo.c | 31 +++ 1 files

[libvirt] [PATCH 1/2] nodeinfo: Fix code style and some minor bugs.

2012-06-25 Thread Peter Krempa
This patch cleans up some line breaks and fixes two minor bugs: - buffer pointer increment to the actual length that should be skipped - jump to cleanup section instead of returning -1 --- src/nodeinfo.c | 31 +++ 1 files changed, 15 insertions(+), 16 deletions(-) d