···353353 rc = pci_enable_msix_range(adapter->pdev, adapter->msix_entries,354354 maxvec, maxvec);355355 /*356356- * -ENOSPC is the only error code allowed to be analized356356+ * -ENOSPC is the only error code allowed to be analyzed357357 */358358 if (rc == -ENOSPC) {359359 if (maxvec == 1)···370370 return rc;371371}372372373373-Note how pci_enable_msix_range() return value is analized for a fallback -373373+Note how pci_enable_msix_range() return value is analyzed for a fallback -374374any error code other than -ENOSPC indicates a fatal error and should not375375be retried.376376···486486If your device supports both MSI-X and MSI capabilities, you should use487487the MSI-X facilities in preference to the MSI facilities. As mentioned488488above, MSI-X supports any number of interrupts between 1 and 2048.489489-In constrast, MSI is restricted to a maximum of 32 interrupts (and489489+In contrast, MSI is restricted to a maximum of 32 interrupts (and490490must be a power of two). In addition, the MSI interrupt vectors must491491be allocated consecutively, so the system might not be able to allocate492492as many vectors for MSI as it could for MSI-X. On some platforms, MSI
+1-1
Documentation/PCI/pci-error-recovery.txt
···256256------------------257257258258In response to a return value of PCI_ERS_RESULT_NEED_RESET, the259259-the platform will peform a slot reset on the requesting PCI device(s). 259259+the platform will perform a slot reset on the requesting PCI device(s). 260260The actual steps taken by a platform to perform a slot reset261261will be platform-dependent. Upon completion of slot reset, the262262platform will call the device slot_reset() callback.
+2-2
Documentation/PCI/pcieaer-howto.txt
···6666source ID. nosourceid=n by default.676768682.3 AER error output6969-When a PCI-E AER error is captured, an error message will be outputed to7070-console. If it's a correctable error, it is outputed as a warning.6969+When a PCI-E AER error is captured, an error message will be outputted to7070+console. If it's a correctable error, it is outputted as a warning.7171Otherwise, it is printed as an error. So users could choose different7272log level to filter out correctable error messages.7373