Re: [Qemu-devel] [PATCH v4 3/3] pcie: remove confused comments

2014-09-30 Thread Gonglei
> Subject: Re: [Qemu-devel] [PATCH v4 3/3] pcie: remove confused comments > > On Tue, Sep 30, 2014 at 06:11:26PM +0800, arei.gong...@huawei.com wrote: > > From: Gonglei > > > > The below functions is not allocation functions, but > > find helper function

Re: [Qemu-devel] [PATCH v4 3/3] pcie: remove confused comments

2014-09-30 Thread Michael S. Tsirkin
On Tue, Sep 30, 2014 at 06:11:26PM +0800, arei.gong...@huawei.com wrote: > From: Gonglei > > The below functions is not allocation functions, but > find helper function. The only allocation function is > pcie_add_capability(), but its argument names is not the > same with the comments. So remove

[Qemu-devel] [PATCH v4 3/3] pcie: remove confused comments

2014-09-30 Thread arei.gonglei
From: Gonglei The below functions is not allocation functions, but find helper function. The only allocation function is pcie_add_capability(), but its argument names is not the same with the comments. So remove this comments which make people confused. Signed-off-by: Gonglei --- hw/pci/pcie.c