diff mbox

Trivial: update comment of struct Object

Message ID 1446709143-19935-1-git-send-email-caoj.fnst@cn.fujitsu.com
State New
Headers show

Commit Message

Cao jin Nov. 5, 2015, 7:39 a.m. UTC
it don`t has "GSList *interfaces" anymore

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
 include/qom/object.h | 3 ---
 1 file changed, 3 deletions(-)

Comments

Michael Tokarev Nov. 29, 2015, 10:48 a.m. UTC | #1
05.11.2015 10:39, Cao jin wrote:
> it don`t has "GSList *interfaces" anymore

Andreas, should this be applied?  It's been on the list for long already,
and you said I shouldn't apply qom patches...

Thanks,

/mjt

> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
> ---
>  include/qom/object.h | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/include/qom/object.h b/include/qom/object.h
> index 0bb89d4..e46cc30 100644
> --- a/include/qom/object.h
> +++ b/include/qom/object.h
> @@ -396,9 +396,6 @@ struct ObjectClass
>   * As a result, #Object contains a reference to the objects type as its
>   * first member.  This allows identification of the real type of the object at
>   * run time.
> - *
> - * #Object also contains a list of #Interfaces that this object
> - * implements.
>   */
>  struct Object
>  {
>
Andreas Färber Dec. 3, 2015, 7:13 p.m. UTC | #2
Am 29.11.2015 um 11:48 schrieb Michael Tokarev:
> 05.11.2015 10:39, Cao jin wrote:
>> it don`t has "GSList *interfaces" anymore
> 
> Andreas, should this be applied?  It's been on the list for long already,
> and you said I shouldn't apply qom patches...

I seem to have missed this for the last pull because it doesn't show up
in a "qom" inbox query. Thanks for the reminder.

Applied to qom-next now (with massaging of commit message).

Thanks,
Andreas

>> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
>> ---
>>  include/qom/object.h | 3 ---
>>  1 file changed, 3 deletions(-)
>>
>> diff --git a/include/qom/object.h b/include/qom/object.h
>> index 0bb89d4..e46cc30 100644
>> --- a/include/qom/object.h
>> +++ b/include/qom/object.h
>> @@ -396,9 +396,6 @@ struct ObjectClass
>>   * As a result, #Object contains a reference to the objects type as its
>>   * first member.  This allows identification of the real type of the object at
>>   * run time.
>> - *
>> - * #Object also contains a list of #Interfaces that this object
>> - * implements.
>>   */
>>  struct Object
>>  {
diff mbox

Patch

diff --git a/include/qom/object.h b/include/qom/object.h
index 0bb89d4..e46cc30 100644
--- a/include/qom/object.h
+++ b/include/qom/object.h
@@ -396,9 +396,6 @@  struct ObjectClass
  * As a result, #Object contains a reference to the objects type as its
  * first member.  This allows identification of the real type of the object at
  * run time.
- *
- * #Object also contains a list of #Interfaces that this object
- * implements.
  */
 struct Object
 {