[U-Boot] [PATCH] doc: driver-model: Fix typo
Chris Packham
judge.packham at gmail.com
Fri Jul 6 10:29:46 UTC 2018
Signed-off-by: Chris Packham <judge.packham at 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
More information about the U-Boot
mailing list