Re: [Qemu-devel] [PULL 17/24] qom/object: fix 2 comment typos

2015-11-12 Thread Markus Armbruster
Michael Tokarev writes: > 12.11.2015 20:53, Andreas Färber wrote: >> Am 06.11.2015 um 13:43 schrieb Michael Tokarev: >>> From: Cao jin >>> >>> Also change the misleading definition of macro OBJECT_CLASS_CHECK >>> >>> Signed-off-by: Cao jin >>> Signed-off-by: Michael Tokarev >> >> Michael, ple

Re: [Qemu-devel] [PULL 17/24] qom/object: fix 2 comment typos

2015-11-12 Thread Michael Tokarev
12.11.2015 20:53, Andreas Färber wrote: > Am 06.11.2015 um 13:43 schrieb Michael Tokarev: >> From: Cao jin >> >> Also change the misleading definition of macro OBJECT_CLASS_CHECK >> >> Signed-off-by: Cao jin >> Signed-off-by: Michael Tokarev > > Michael, please *STOP* queuing QOM patches! You m

Re: [Qemu-devel] [PULL 17/24] qom/object: fix 2 comment typos

2015-11-12 Thread Andreas Färber
Am 06.11.2015 um 13:43 schrieb Michael Tokarev: > From: Cao jin > > Also change the misleading definition of macro OBJECT_CLASS_CHECK > > Signed-off-by: Cao jin > Signed-off-by: Michael Tokarev Michael, please *STOP* queuing QOM patches! You merged the unfixed version now - it's supposed to h

[Qemu-devel] [PULL 17/24] qom/object: fix 2 comment typos

2015-11-06 Thread Michael Tokarev
From: Cao jin Also change the misleading definition of macro OBJECT_CLASS_CHECK Signed-off-by: Cao jin Signed-off-by: Michael Tokarev --- include/qom/object.h | 10 +- qom/object.c | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/qom/object.h b/i