Re: [Qemu-devel] [PATCH 3/8] io: fix typo in docs for QIOTask

2017-01-05 Thread Eric Blake
On 01/05/2017 10:03 AM, Daniel P. Berrange wrote: > The GDestroyNotify parameter is already a pointer, so does > not need a '*' suffix on the type. > > Signed-off-by: Daniel P. Berrange > --- > include/io/task.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/incl

[Qemu-devel] [PATCH 3/8] io: fix typo in docs for QIOTask

2017-01-05 Thread Daniel P. Berrange
The GDestroyNotify parameter is already a pointer, so does not need a '*' suffix on the type. Signed-off-by: Daniel P. Berrange --- include/io/task.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/io/task.h b/include/io/task.h index c268eb0..1407747 100644 ---