On Fri, 14 Jul 2023 14:38:06 +0300 Michael Tokarev <m...@tls.msk.ru> wrote:
> diff --git a/hw/ppc/spapr_pci_vfio.c b/hw/ppc/spapr_pci_vfio.c > index d8aeee0b7e..12e7790cf6 100644 > --- a/hw/ppc/spapr_pci_vfio.c > +++ b/hw/ppc/spapr_pci_vfio.c > @@ -39,7 +39,7 @@ static void spapr_phb_vfio_eeh_reenable(SpaprPhbState *sphb) > void spapr_phb_vfio_reset(DeviceState *qdev) > { > /* > - * The PE might be in frozen state. To reenable the EEH > + * The PE might be in frozen state. To re-enable the EEH > * functionality on it will clean the frozen state, which > * ensures that the contained PCI devices will work properly > * after reboot. This looks like personal preference, I can't actually find a source that indicates "reenable" is anything other than a valid alternative of "re-enable". Thanks, Alex