OSDN Git Service

PCI: Fix typos
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 15 Oct 2019 22:11:22 +0000 (17:11 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 20 Nov 2019 21:20:21 +0000 (15:20 -0600)
Fix typos in drivers/pci.  Comment and whitespace changes only.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/hotplug/rpaphp_core.c
drivers/pci/quirks.c

index 18627bb..0c71b4a 100644 (file)
@@ -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.
  */
 
index 320255e..cf14423 100644 (file)
@@ -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);
 
 /*