Re: [Qemu-devel] [PATCH] pci_add_capability: remove duplicate comments

2015-07-13 Thread Michael S. Tsirkin
On Mon, Jul 13, 2015 at 03:46:37PM +0800, Chen Hanxiao wrote: > Signed-off-by: Chen Hanxiao > --- > hw/pci/pci.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/hw/pci/pci.c b/hw/pci/pci.c > index 442f822..dfd2abc 100644 > --- a/hw/pci/pci.c > +++ b/hw/pci/pci.c >

[Qemu-devel] [PATCH] pci_add_capability: remove duplicate comments

2015-07-13 Thread Chen Hanxiao
Signed-off-by: Chen Hanxiao --- hw/pci/pci.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hw/pci/pci.c b/hw/pci/pci.c index 442f822..dfd2abc 100644 --- a/hw/pci/pci.c +++ b/hw/pci/pci.c @@ -2101,12 +2101,10 @@ static void pci_del_option_rom(PCIDevice *pdev) } /* -