]> git.ipfire.org Git - thirdparty/pciutils.git/commit
Fix printing of PCIE AER capability.
authorMax Asbock <masbock@linux.vnet.ibm.com>
Sun, 9 Nov 2008 19:47:00 +0000 (20:47 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 9 Nov 2008 19:47:00 +0000 (20:47 +0100)
commit48e887f50475e3d3d970a9ca42dbb971ba55b008
treebdf3193bb3d01b7c5db67fb039f850d45822a6ee
parentf683f54af2473c958a945cd69da03c44e2601a52
Fix printing of PCIE AER capability.

The cap_aer function in lspci.c which prints PCIE AER capabilities
labels the uncorrected error mask incorrectly as "status" and it
also has some typos. This patch fixes that.

Signed-off-by: Max Asbock <masbock@linux.vnet.ibm.com>
lspci.c