]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
of: address.c header comment typo
authorFrank Rowand <frank.rowand@sony.com>
Tue, 20 Jun 2017 23:50:11 +0000 (16:50 -0700)
committerRob Herring <robh@kernel.org>
Thu, 22 Jun 2017 16:15:00 +0000 (11:15 -0500)
Fix typo in header comment for of_address_to_resource()

Signed-off-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/address.c

index 72914cdfce2a18c4245fadb338ecd12683b88a40..580bbf6ca2b112707b7f2ed00fdda0bf0506d782 100644 (file)
@@ -710,7 +710,7 @@ static int __of_address_to_resource(struct device_node *dev,
  *
  * Note that if your address is a PIO address, the conversion will fail if
  * the physical address can't be internally converted to an IO token with
- * pci_address_to_pio(), that is because it's either called to early or it
+ * pci_address_to_pio(), that is because it's either called too early or it
  * can't be matched to any host bridge IO space
  */
 int of_address_to_resource(struct device_node *dev, int index,