diff options
| author | Gonglei <arei.gonglei@huawei.com> | 2014-10-07 14:53:48 +0800 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2014-11-02 11:52:24 +0200 |
| commit | 4d5e17a53b12bf48953aa486d71bd1f5549c0dea (patch) | |
| tree | 89add701e8278c48ff78e10a53b4b417b98f7b39 /hw/pci/pcie.c | |
| parent | 1c87d68c91dc91771a9189d518e75bf15babc33b (diff) | |
| download | focaccia-qemu-4d5e17a53b12bf48953aa486d71bd1f5549c0dea.tar.gz focaccia-qemu-4d5e17a53b12bf48953aa486d71bd1f5549c0dea.zip | |
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 <arei.gonglei@huawei.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/pci/pcie.c')
| -rw-r--r-- | hw/pci/pcie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c index b64a004631..58455bd854 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) |