X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fpcie_errors.c;h=b7282eacf41e61a9ff2798a522a965c5ed8d5bce;hb=48622c3d7c8c0d3ab07cda8a1947c33bfe31df73;hp=63996050ad4c0dfadb44c50838e5480082ac19cb;hpb=c4439c9cb3e2348ad7013644731de27a55eca478;p=collectd.git diff --git a/src/pcie_errors.c b/src/pcie_errors.c index 63996050..b7282eac 100644 --- a/src/pcie_errors.c +++ b/src/pcie_errors.c @@ -492,7 +492,7 @@ static void pcie_dispatch_uncorrectable_errors(pcie_device_t *dev, /* Find offset of PCI Express Capability Structure * in PCI configuration space. * Returns offset, -1 if not found. -**/ + **/ static int pcie_find_cap_exp(pcie_device_t *dev) { int pos = pcie_read8(dev, PCI_CAPABILITY_LIST) & ~3; @@ -515,7 +515,7 @@ static int pcie_find_cap_exp(pcie_device_t *dev) { /* Find offset of Advanced Error Reporting Capability. * Returns AER offset, -1 if not found. -**/ + **/ static int pcie_find_ecap_aer(pcie_device_t *dev) { int pos = PCIE_ECAP_OFFSET; uint32_t header = pcie_read32(dev, pos);