From patchwork Thu Dec 3 19:45:07 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 552427 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id E5F9B140297 for ; Fri, 4 Dec 2015 06:46:00 +1100 (AEDT) Received: from localhost ([::1]:37115 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4ZpG-0002rd-QA for incoming@patchwork.ozlabs.org; Thu, 03 Dec 2015 14:45:58 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4Zob-00023T-7n for qemu-devel@nongnu.org; Thu, 03 Dec 2015 14:45:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4ZoW-000146-Ob for qemu-devel@nongnu.org; Thu, 03 Dec 2015 14:45:17 -0500 Received: from mx2.suse.de ([195.135.220.15]:38889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4ZoW-00013s-IB for qemu-devel@nongnu.org; Thu, 03 Dec 2015 14:45:12 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 151ACADEC; Thu, 3 Dec 2015 19:45:12 +0000 (UTC) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: qemu-devel@nongnu.org Date: Thu, 3 Dec 2015 20:45:07 +0100 Message-Id: <1449171909-22018-3-git-send-email-afaerber@suse.de> X-Mailer: git-send-email 2.6.2 In-Reply-To: <1449171909-22018-1-git-send-email-afaerber@suse.de> References: <1449171909-22018-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 195.135.220.15 Cc: Cao jin , =?UTF-8?q?Andreas=20F=C3=A4rber?= Subject: [Qemu-devel] [PULL 2/4] qom: Update documentation comment of struct Object X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Cao jin It doesn't have "GSList *interfaces" anymore, drop the paragraph. Signed-off-by: Cao jin Signed-off-by: Andreas Färber --- include/qom/object.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/qom/object.h b/include/qom/object.h index f172fea..4509166 100644 --- a/include/qom/object.h +++ b/include/qom/object.h @@ -394,9 +394,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 {