diff mbox series

[U-Boot] doc: driver-model: Fix typo

Message ID 20180706102946.25743-1-judge.packham@gmail.com
State Accepted
Commit 09b8d67f31eccc90ec74729589194e619303ba77
Delegated to: Simon Glass
Headers show
Series [U-Boot] doc: driver-model: Fix typo | expand

Commit Message

Chris Packham July 6, 2018, 10:29 a.m. UTC
Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

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

Comments

Simon Glass July 6, 2018, 10:03 p.m. UTC | #1
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>
Simon Glass July 27, 2018, 12:36 a.m. UTC | #2
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!
diff mbox series

Patch

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