]> git.ipfire.org Git - thirdparty/pciutils.git/commit
lspci: Adjust PCI_EXP_DEV2_* to PCI_EXP_DEVCTL2_* macro definition
authorDongdong Liu <liudongdong3@huawei.com>
Sat, 29 Aug 2020 10:58:41 +0000 (18:58 +0800)
committerMartin Mares <mj@ucw.cz>
Wed, 2 Sep 2020 08:42:15 +0000 (10:42 +0200)
commite79a42076aebbbe1fbd2d68bd9bc53f22066ab56
tree47426b14716a1f969c3fbed0fe44dff1622ecb82
parente12bd01eea67ca8cf539263124843ba281eb6ecc
lspci: Adjust PCI_EXP_DEV2_* to PCI_EXP_DEVCTL2_* macro definition

Adjust PCI_EXP_DEV2_* to PCI_EXP_DEVCTL2_* macro definition to keep the
same style between the Linux kernel source [1] and lspci.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/pci_regs.h#n651

Suggested-by: Bjorn Helgaas <helgaas@kernel.org>
Signed-off-by: Dongdong Liu <liudongdong3@huawei.com>
lib/header.h
ls-caps.c