Skip to content

Commit 9d09e5a

Browse files
committed
PCI: Fix typos
Fix typos in drivers/pci. Comment and whitespace changes only. Signed-off-by: Bjorn Helgaas <[email protected]>
1 parent 9d8b738 commit 9d09e5a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

drivers/pci/hotplug/rpaphp_core.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ static int get_children_props(struct device_node *dn, const int **drc_indexes,
185185

186186

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

drivers/pci/quirks.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4033,7 +4033,6 @@ static void quirk_fixed_dma_alias(struct pci_dev *dev)
40334033
if (id)
40344034
pci_add_dma_alias(dev, id->driver_data);
40354035
}
4036-
40374036
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ADAPTEC2, 0x0285, quirk_fixed_dma_alias);
40384037

40394038
/*

0 commit comments

Comments
 (0)