Commit 9d09e5a9 authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

PCI: Fix typos



Fix typos in drivers/pci.  Comment and whitespace changes only.

Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 9d8b738b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -185,8 +185,8 @@ static int get_children_props(struct device_node *dn, const int **drc_indexes,


/* Verify the existence of 'drc_name' and/or 'drc_type' within the
 * current node.  First obtain it's my-drc-index property.  Next,
 * obtain the DRC info from it's parent.  Use the my-drc-index for
 * current node.  First obtain its my-drc-index property.  Next,
 * obtain the DRC info from its parent.  Use the my-drc-index for
 * correlation, and obtain/validate the requested properties.
 */

+0 −1
Original line number Diff line number Diff line
@@ -4033,7 +4033,6 @@ static void quirk_fixed_dma_alias(struct pci_dev *dev)
	if (id)
		pci_add_dma_alias(dev, id->driver_data);
}

DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ADAPTEC2, 0x0285, quirk_fixed_dma_alias);

/*