[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 01/16] qom: Fix object_initialize_with_type() argume
From: |
Andreas Färber |
Subject: |
[Qemu-devel] [PATCH 01/16] qom: Fix object_initialize_with_type() argument name in documentation |
Date: |
Sat, 24 Aug 2013 02:00:21 +0200 |
@obj -> @data.
Signed-off-by: Andreas Färber <address@hidden>
---
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 48109de..c463ced 100644
--- a/include/qom/object.h
+++ b/include/qom/object.h
@@ -585,7 +585,7 @@ Object *object_new_with_type(Type type);
/**
* object_initialize_with_type:
- * @obj: A pointer to the memory to be used for the object.
+ * @data: A pointer to the memory to be used for the object.
* @type: The type of the object to instantiate.
*
* This function will initialize an object. The memory for the object should
--
1.8.1.4
- [Qemu-devel] [PATCH 00/16] qom: Assert sufficient object instance size, Andreas Färber, 2013/08/23
- [Qemu-devel] [PATCH 01/16] qom: Fix object_initialize_with_type() argument name in documentation,
Andreas Färber <=
- [Qemu-devel] [PATCH 03/16] ipack: Pass size to ipack_bus_new_inplace(), Andreas Färber, 2013/08/23
- [Qemu-devel] [PATCH 04/16] ide: Pass size to ide_bus_new(), Andreas Färber, 2013/08/23
- [Qemu-devel] [PATCH 06/16] scsi: Pass size to scsi_bus_new(), Andreas Färber, 2013/08/23
- [Qemu-devel] [PATCH 07/16] usb: Pass size to usb_bus_new(), Andreas Färber, 2013/08/23
- [Qemu-devel] [PATCH 08/16] virtio-pci: Pass size to virtio_pci_bus_new(), Andreas Färber, 2013/08/23
- [Qemu-devel] [PATCH 09/16] s390-virtio-bus: Pass size to virtio_s390_bus_new(), Andreas Färber, 2013/08/23
- [Qemu-devel] [PATCH 05/16] pci: Pass size to pci_bus_new_inplace(), Andreas Färber, 2013/08/23
- [Qemu-devel] [PATCH 11/16] virtio-mmio: Pass size to virtio_mmio_bus_new(), Andreas Färber, 2013/08/23