Re: [Qemu-devel] [PATCH v2] qom/object: fix 2 comment typos

2015-11-04 Thread Andreas Färber
Am 03.11.2015 um 14:39 schrieb Peter Maydell: > On 3 November 2015 at 02:36, Cao jin wrote: >> Also change the misleading definition of macro OBJECT_CLASS_CHECK >> >> Signed-off-by: Cao jin > > Reviewed-by: Peter Maydell Thanks, applied to qom-next (tweaking the commit message): https://github

Re: [Qemu-devel] [PATCH v2] qom/object: fix 2 comment typos

2015-11-03 Thread Peter Maydell
On 3 November 2015 at 02:36, Cao jin wrote: > Also change the misleading definition of macro OBJECT_CLASS_CHECK > > Signed-off-by: Cao jin Reviewed-by: Peter Maydell thanks -- PMM

[Qemu-devel] [PATCH v2] qom/object: fix 2 comment typos

2015-11-02 Thread Cao jin
Also change the misleading definition of macro OBJECT_CLASS_CHECK Signed-off-by: Cao jin --- changelog v2: modified according to peter`s suggestion include/qom/object.h | 10 +- qom/object.c | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/qom/