aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/hotplug
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2019-10-15 17:11:22 -0500
committerBjorn Helgaas <bhelgaas@google.com>2019-11-20 15:20:21 -0600
commit9d09e5a95c54d2b0cbb4ae00929edbcadc847c7f (patch)
tree8bf626336fb0d903df9133bb1646106526b08dca /drivers/pci/hotplug
parentPCI: Remove useless comments and tidy others (diff)
downloadwireguard-linux-9d09e5a95c54d2b0cbb4ae00929edbcadc847c7f.tar.xz
wireguard-linux-9d09e5a95c54d2b0cbb4ae00929edbcadc847c7f.zip
PCI: Fix typos
Fix typos in drivers/pci. Comment and whitespace changes only. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/hotplug')
-rw-r--r--drivers/pci/hotplug/rpaphp_core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/hotplug/rpaphp_core.c b/drivers/pci/hotplug/rpaphp_core.c
index 18627bb21e9e..0c71b4a8f807 100644
--- a/drivers/pci/hotplug/rpaphp_core.c
+++ b/drivers/pci/hotplug/rpaphp_core.c
@@ -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.
*/