Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Frank Rowand and committed by
Rob Herring
7602f422 0ef5adca

+1 -1
+1 -1
drivers/of/address.c
··· 710 710 * 711 711 * Note that if your address is a PIO address, the conversion will fail if 712 712 * the physical address can't be internally converted to an IO token with 713 - * pci_address_to_pio(), that is because it's either called to early or it 713 + * pci_address_to_pio(), that is because it's either called too early or it 714 714 * can't be matched to any host bridge IO space 715 715 */ 716 716 int of_address_to_resource(struct device_node *dev, int index,