summaryrefslogtreecommitdiffstats
path: root/include/hw
diff options
context:
space:
mode:
authorRoss Zwisler2018-05-21 18:32:00 +0200
committerMichael S. Tsirkin2018-05-23 16:02:03 +0200
commit1a97a478e69534f70ebbed1f27c315dbdc23f94f (patch)
tree59f51a0f08d7965f8b31b17142108a626bbce9eb /include/hw
parentcontrib/vhost-user-blk: enable protocol feature for vhost-user-blk (diff)
downloadqemu-1a97a478e69534f70ebbed1f27c315dbdc23f94f.tar.gz
qemu-1a97a478e69534f70ebbed1f27c315dbdc23f94f.tar.xz
qemu-1a97a478e69534f70ebbed1f27c315dbdc23f94f.zip
nvdimm: fix typo in label-size definition
Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com> Fixes: commit da6789c27c2e ("nvdimm: add a macro for property "label-size"") Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Cc: Haozhong Zhang <haozhong.zhang@intel.com> Cc: Michael S. Tsirkin <mst@redhat.com> Cc: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/hw')
-rw-r--r--include/hw/mem/nvdimm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/mem/nvdimm.h b/include/hw/mem/nvdimm.h
index 7fd87c4e1c..74c60332e1 100644
--- a/include/hw/mem/nvdimm.h
+++ b/include/hw/mem/nvdimm.h
@@ -48,7 +48,7 @@
#define NVDIMM_GET_CLASS(obj) OBJECT_GET_CLASS(NVDIMMClass, (obj), \
TYPE_NVDIMM)
-#define NVDIMM_LABLE_SIZE_PROP "label-size"
+#define NVDIMM_LABEL_SIZE_PROP "label-size"
#define NVDIMM_UNARMED_PROP "unarmed"
struct NVDIMMDevice {