diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2020-09-02 18:42:47 -0400 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2020-09-09 13:20:22 -0400 |
commit | 0056d51bf7db8bcea10fda599b79c86fb35d59c1 (patch) | |
tree | 0b3fe11cc6259252bd19ac7eb1d3a9df6de602ea /include/hw/scsi | |
parent | aa3c41fb00fd6dc7cbfb172320edd76f61d14c94 (diff) | |
download | 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/scsi')
-rw-r--r-- | include/hw/scsi/esp.h | 2 |
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 { |