Re: [PATCH] hw/pci: Fix typo in PCI hot-plug error message

2020-10-12 Thread Laurent Vivier
Le 06/10/2020 à 15:39, Julia Suvorova a écrit : > 'occupied' is spelled like 'ocuppied' in the message. > > Signed-off-by: Julia Suvorova > --- > hw/pci/pci.c | 2 +- > hw/ppc/spapr_pci.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/hw/pci/pci.c b/hw/pci/pci

Re: [PATCH] hw/pci: Fix typo in PCI hot-plug error message

2020-10-06 Thread Philippe Mathieu-Daudé
On 10/6/20 3:39 PM, Julia Suvorova wrote: > 'occupied' is spelled like 'ocuppied' in the message. > > Signed-off-by: Julia Suvorova > --- > hw/pci/pci.c | 2 +- > hw/ppc/spapr_pci.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH] hw/pci: Fix typo in PCI hot-plug error message

2020-10-06 Thread Julia Suvorova
'occupied' is spelled like 'ocuppied' in the message. Signed-off-by: Julia Suvorova --- hw/pci/pci.c | 2 +- hw/ppc/spapr_pci.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/pci/pci.c b/hw/pci/pci.c index 3c8f10b461..100c9381c2 100644 --- a/hw/pci/pci.c +++ b/hw