All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] Fix inconsistency between comment and variable name
@ 2016-02-03  3:19 ` Cao jin
  0 siblings, 0 replies; 10+ 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] 10+ messages in thread

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

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.