qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] pcie: change confused comment clearer


From: Michael S. Tsirkin
Subject: Re: [Qemu-devel] [PATCH] pcie: change confused comment clearer
Date: Tue, 7 Oct 2014 10:33:11 +0300

On Tue, Oct 07, 2014 at 02:53:48PM +0800, address@hidden wrote:
> From: Gonglei <address@hidden>
> 
> This comment applies to all functions below it.
> It is not appropriate that called capability allocation
> functions, change it into capability list management functions.
> 
> Signed-off-by: Gonglei <address@hidden>

Applied, thanks!

> ---
>  hw/pci/pcie.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c
> index 1babddf..d17bd27 100644
> --- a/hw/pci/pcie.c
> +++ b/hw/pci/pcie.c
> @@ -529,7 +529,7 @@ bool pcie_cap_is_arifwd_enabled(const PCIDevice *dev)
>  }
>  
>  /**************************************************************************
> - * pci express extended capability allocation functions
> + * pci express extended capability list management functions
>   * uint16_t ext_cap_id (16 bit)
>   * uint8_t cap_ver (4 bit)
>   * uint16_t cap_offset (12 bit)
> -- 
> 1.7.12.4
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]