diff options
author | Frank Rowand <frank.rowand@sony.com> | 2017-06-21 02:50:11 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-06-22 19:15:00 +0300 |
commit | 7602f422cf757d93a29d4e56bb5bcc053d657f1b (patch) | |
tree | da621ed5e8f337ce7891d403418b3a3178dc2b69 /drivers/of | |
parent | 0ef5adca5b212c705a7c61cf721db223fafecf07 (diff) | |
download | linux-7602f422cf757d93a29d4e56bb5bcc053d657f1b.tar.xz |
of: address.c header comment typo
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>
Diffstat (limited to 'drivers/of')
-rw-r--r-- | drivers/of/address.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/address.c b/drivers/of/address.c index 72914cdfce2a..580bbf6ca2b1 100644 --- a/drivers/of/address.c +++ b/drivers/of/address.c @@ -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, |