On 9/3/20 12:42 AM, Eduardo Habkost wrote: > This will make the type name constant consistent with the name of > the type checking macro. > > Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> > --- > Cc: Paolo Bonzini <pbonz...@redhat.com> > Cc: Fam Zheng <f...@euphon.net> > Cc: qemu-devel@nongnu.org > --- > hw/scsi/esp-pci.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/hw/scsi/esp-pci.c b/hw/scsi/esp-pci.c > index 2ce96dc56e..2b1198380b 100644 > --- a/hw/scsi/esp-pci.c > +++ b/hw/scsi/esp-pci.c > @@ -35,11 +35,11 @@ > #include "qemu/module.h" > #include "qom/object.h" > > -#define TYPE_AM53C974_DEVICE "am53c974" > +#define TYPE_PCI_ESP "am53c974"
We are loosing information helpful to reviewers :(