summaryrefslogtreecommitdiffstats
path: root/include/hw
diff options
context:
space:
mode:
authorEduardo Habkost2020-09-03 00:42:47 +0200
committerEduardo Habkost2020-09-09 19:20:22 +0200
commit0056d51bf7db8bcea10fda599b79c86fb35d59c1 (patch)
tree0b3fe11cc6259252bd19ac7eb1d3a9df6de602ea /include/hw
parentahci: Rename ICH_AHCI to ICH9_AHCI (diff)
downloadqemu-0056d51bf7db8bcea10fda599b79c86fb35d59c1.tar.gz
qemu-0056d51bf7db8bcea10fda599b79c86fb35d59c1.tar.xz
qemu-0056d51bf7db8bcea10fda599b79c86fb35d59c1.zip
esp: Rename ESP_STATE to ESP
Make the type checking macro name consistent with the TYPE_* constant. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Reviewed-by: Hervé Poussineau <hpoussin@reactos.org> Message-Id: <20200902224311.1321159-40-ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'include/hw')
-rw-r--r--include/hw/scsi/esp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/scsi/esp.h b/include/hw/scsi/esp.h
index f281625dd5..20800dbf5b 100644
--- a/include/hw/scsi/esp.h
+++ b/include/hw/scsi/esp.h
@@ -67,7 +67,7 @@ struct ESPState {
#define TYPE_ESP "esp"
typedef struct SysBusESPState SysBusESPState;
-DECLARE_INSTANCE_CHECKER(SysBusESPState, ESP_STATE,
+DECLARE_INSTANCE_CHECKER(SysBusESPState, ESP,
TYPE_ESP)
struct SysBusESPState {