mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 09:09:55 -04:00
PCI: Fix typos
Fix typos in drivers/pci. Comment and whitespace changes only. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user