All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] doc: driver-model: Fix typo
@ 2018-07-06 10:29 Chris Packham
  2018-07-06 22:03 ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Packham @ 2018-07-06 10:29 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

 doc/driver-model/README.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/driver-model/README.txt b/doc/driver-model/README.txt
index 0853477578ac..d6fa5c485793 100644
--- a/doc/driver-model/README.txt
+++ b/doc/driver-model/README.txt
@@ -695,7 +695,7 @@ steps (see device_probe()):
    allocate it yourself in ofdata_to_platdata(). Note that it is preferable
    to do all the device tree decoding in ofdata_to_platdata() rather than
    in probe(). (Apart from the ugliness of mixing configuration and run-time
-   data, one day it is possible that U-Boot will cache platformat data for
+   data, one day it is possible that U-Boot will cache platform data for
    devices which are regularly de/activated).
 
    h. The device's probe() method is called. This should do anything that
-- 
2.18.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] doc: driver-model: Fix typo
  2018-07-06 10:29 [U-Boot] [PATCH] doc: driver-model: Fix typo Chris Packham
@ 2018-07-06 22:03 ` Simon Glass
  2018-07-27  0:36   ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Glass @ 2018-07-06 22:03 UTC (permalink / raw)
  To: u-boot

On 6 July 2018 at 04:29, Chris Packham <judge.packham@gmail.com> wrote:
>
> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> ---
>
>  doc/driver-model/README.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] doc: driver-model: Fix typo
  2018-07-06 22:03 ` Simon Glass
@ 2018-07-27  0:36   ` Simon Glass
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Glass @ 2018-07-27  0:36 UTC (permalink / raw)
  To: u-boot

On 6 July 2018 at 16:03, Simon Glass <sjg@chromium.org> wrote:
> On 6 July 2018 at 04:29, Chris Packham <judge.packham@gmail.com> wrote:
>>
>> Signed-off-by: Chris Packham <judge.packham@gmail.com>
>> ---
>>
>>  doc/driver-model/README.txt | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-dm, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-27  0:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-06 10:29 [U-Boot] [PATCH] doc: driver-model: Fix typo Chris Packham
2018-07-06 22:03 ` Simon Glass
2018-07-27  0:36   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.