···970970 *971971 * The PCIe host controller by design must set the inbound viewport to972972 * be a contiguous arrangement of all of the system's memory. In973973- * addition, its size mut be a power of two. To further complicate973973+ * addition, its size must be a power of two. To further complicate974974 * matters, the viewport must start on a pcie-address that is aligned975975 * on a multiple of its size. If a portion of the viewport does not976976 * represent system memory -- e.g. 3GB of memory requires a 4GB
+1-1
drivers/pci/msi/msi.c
···941941 /*942942 * This is a horrible hack, but short of implementing a PCI943943 * specific interrupt chip callback and a huge pile of944944- * infrastructure, this is the minor nuissance. It provides the944944+ * infrastructure, this is the minor nuisance. It provides the945945 * protection against concurrent operations on this entry and keeps946946 * the control word cache in sync.947947 */
+1-1
drivers/pci/pcie/ptm.c
···506506 if (!ops->check_capability)507507 return NULL;508508509509- /* Check for PTM capability before creating debugfs attrbutes */509509+ /* Check for PTM capability before creating debugfs attributes */510510 ret = ops->check_capability(pdata);511511 if (!ret) {512512 dev_dbg(dev, "PTM capability not present\n");