Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1671248 > unrolled thread

[PATCH] of: address.c header comment typo

Started byfrowand.list@gmail.com
First post2017-06-21 02:00 +0200
Last post2017-06-22 18:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] of: address.c header comment typo frowand.list@gmail.com - 2017-06-21 02:00 +0200
    Re: [PATCH] of: address.c header comment typo Rob Herring <robh@kernel.org> - 2017-06-22 18:20 +0200

#1671248 — [PATCH] of: address.c header comment typo

Fromfrowand.list@gmail.com
Date2017-06-21 02:00 +0200
Subject[PATCH] of: address.c header comment typo
Message-ID<tUBdU-6Oo-11@gated-at.bofh.it>
From: Frank Rowand <frank.rowand@sony.com>

Fix typo in header comment for of_address_to_resource()

Signed-off-by: Frank Rowand <frank.rowand@sony.com>
---
 drivers/of/address.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,
-- 
Frank Rowand <frank.rowand@sony.com>

[toc] | [next] | [standalone]


#1672789

FromRob Herring <robh@kernel.org>
Date2017-06-22 18:20 +0200
Message-ID<tVcZR-77P-21@gated-at.bofh.it>
In reply to#1671248
On Tue, Jun 20, 2017 at 04:50:11PM -0700, frowand.list@gmail.com wrote:
> From: Frank Rowand <frank.rowand@sony.com>
> 
> Fix typo in header comment for of_address_to_resource()
> 
> Signed-off-by: Frank Rowand <frank.rowand@sony.com>
> ---
>  drivers/of/address.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web