Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7602f422 authored by Frank Rowand's avatar Frank Rowand Committed by Rob Herring
Browse files

of: address.c header comment typo



Fix typo in header comment for of_address_to_resource()

Signed-off-by: default avatarFrank Rowand <frank.rowand@sony.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 0ef5adca
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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
 * 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
 * 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
 * can't be matched to any host bridge IO space
 */
 */
int of_address_to_resource(struct device_node *dev, int index,
int of_address_to_resource(struct device_node *dev, int index,