From: Eduardo Habkost <ehabkost@redhat.com>
To: qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
"Daniel P. Berrange" <berrange@redhat.com>
Subject: [PATCH 1/3] qom: Correct object_class_dynamic_cast_assert() documentation
Date: Wed, 16 Sep 2020 15:30:59 -0400 [thread overview]
Message-ID: <20200916193101.511600-2-ehabkost@redhat.com> (raw)
In-Reply-To: <20200916193101.511600-1-ehabkost@redhat.com>
object_class_dynamic_cast_assert() is not used by
INTERFACE_CHECK, remove misleading mention of that function in
the documentation.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: "Daniel P. Berrangé" <berrange@redhat.com>
Cc: Eduardo Habkost <ehabkost@redhat.com>
Cc: qemu-devel@nongnu.org
---
include/qom/object.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/qom/object.h b/include/qom/object.h
index 056f67ab3b..6c0d424b51 100644
--- a/include/qom/object.h
+++ b/include/qom/object.h
@@ -1257,7 +1257,7 @@ type_init(do_qemu_init_ ## type_array)
* of this function. The only difference in behavior is that this function
* asserts instead of returning #NULL on failure if QOM cast debugging is
* enabled. This function is not meant to be called directly, but only through
- * the wrapper macros OBJECT_CLASS_CHECK and INTERFACE_CHECK.
+ * the wrapper macro OBJECT_CLASS_CHECK.
*/
ObjectClass *object_class_dynamic_cast_assert(ObjectClass *klass,
const char *typename,
--
2.26.2
next prev parent reply other threads:[~2020-09-16 19:37 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-16 19:30 [PATCH 0/3] qom: Replace INTERFACE_CHECK with OBJECT_CHECK Eduardo Habkost
2020-09-16 19:30 ` Eduardo Habkost [this message]
2020-09-16 19:31 ` [PATCH 2/3] " Eduardo Habkost
2020-09-16 19:31 ` [PATCH 3/3] [automated] Use DECLARE_*CHECKER* macros Eduardo Habkost
2020-09-16 21:31 ` [PATCH 0/3] qom: Replace INTERFACE_CHECK with OBJECT_CHECK Marc-André Lureau
2020-09-16 22:13 ` Eduardo Habkost
2020-09-17 7:19 ` Philippe Mathieu-Daudé
2020-09-17 7:25 ` Marc-André Lureau
2020-09-18 18:23 ` Eduardo Habkost
2020-09-17 7:05 ` Markus Armbruster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200916193101.511600-2-ehabkost@redhat.com \
--to=ehabkost@redhat.com \
--cc=berrange@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).