mirror of https://gitee.com/openkylin/linux.git
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:
parent
9d8b738bb9
commit
9d09e5a95c
|
@ -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);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue