qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Fix inconsistency between comment and variable name
@ 2016-02-03  3:19 Cao jin
  2016-02-03  7:13 ` Michael Tokarev
  0 siblings, 1 reply; 5+ messages in thread
From: Cao jin @ 2016-02-03  3:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, imammedo, mst

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
 include/hw/qdev-core.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h
index abcdee8..42fa5db 100644
--- a/include/hw/qdev-core.h
+++ b/include/hw/qdev-core.h
@@ -221,7 +221,7 @@ typedef struct BusChild {
 
 /**
  * BusState:
- * @hotplug_device: link to a hotplug device associated with bus.
+ * @hotplug_handler: link to a hotplug device associated with bus.
  */
 struct BusState {
     Object obj;
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-02-03 12:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-03  3:19 [Qemu-devel] [PATCH] Fix inconsistency between comment and variable name Cao jin
2016-02-03  7:13 ` Michael Tokarev
2016-02-03  9:35   ` Markus Armbruster
2016-02-03 10:51     ` Cao jin
2016-02-03 12:02     ` Cao jin

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).