From: Chris Packham Date: Fri, 6 Jul 2018 10:29:46 +0000 (+1200) Subject: doc: driver-model: Fix typo X-Git-Tag: v2018.09-rc1~24^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=09b8d67f31eccc90ec74729589194e619303ba77;p=oweals%2Fu-boot.git doc: driver-model: Fix typo Signed-off-by: Chris Packham Reviewed-by: Simon Glass --- diff --git a/doc/driver-model/README.txt b/doc/driver-model/README.txt index 0853477578..d6fa5c4857 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