From: Gonglei Date: Tue, 7 Oct 2014 06:53:48 +0000 (+0800) Subject: pcie: change confused comment clearer X-Git-Tag: v2.2.0-rc0~10^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d5e17a53b12bf48953aa486d71bd1f5549c0dea;p=thirdparty%2Fqemu.git pcie: change confused comment clearer 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 Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c index b64a0046313..58455bd8542 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)