From patchwork Wed Jun 3 13:12:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dario Binacchi X-Patchwork-Id: 241611 List-Id: U-Boot discussion From: dariobin at libero.it (Dario Binacchi) Date: Wed, 3 Jun 2020 15:12:33 +0200 Subject: [PATCH] doc: driver-model: fix typo in design.rst Message-ID: <20200603131233.1594-1-dariobin@libero.it> Signed-off-by: Dario Binacchi Reviewed-by: Simon Glass --- doc/driver-model/design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/driver-model/design.rst b/doc/driver-model/design.rst index 635effcef6..1bd2a22672 100644 --- a/doc/driver-model/design.rst +++ b/doc/driver-model/design.rst @@ -628,7 +628,7 @@ parent device which is a bus, causes the device to start behaving like a bus device, regardless of its own views on the matter. The uclass for the device can also contain data private to that uclass. -But note that each device on the bus may be a memeber of a different +But note that each device on the bus may be a member of a different uclass, and this data has nothing to do with the child data for each child on the bus. It is the bus' uclass that controls the child with respect to the bus.