All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: driver-model: fix typo in design.rst
@ 2020-06-03 13:12 Dario Binacchi
  2020-06-04  3:00 ` Simon Glass
  0 siblings, 1 reply; 2+ messages in thread
From: Dario Binacchi @ 2020-06-03 13:12 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Dario Binacchi <dariobin@libero.it>
---

 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.
-- 
2.17.1

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

* [PATCH] doc: driver-model: fix typo in design.rst
  2020-06-03 13:12 [PATCH] doc: driver-model: fix typo in design.rst Dario Binacchi
@ 2020-06-04  3:00 ` Simon Glass
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Glass @ 2020-06-04  3:00 UTC (permalink / raw)
  To: u-boot

On Wed, 3 Jun 2020 at 07:12, Dario Binacchi <dariobin@libero.it> wrote:
>
> Signed-off-by: Dario Binacchi <dariobin@libero.it>
> ---
>
>  doc/driver-model/design.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Please always add a simple commit message, e.g. Fix the 'memeber' typo
in this file.

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

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

end of thread, other threads:[~2020-06-04  3:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-03 13:12 [PATCH] doc: driver-model: fix typo in design.rst Dario Binacchi
2020-06-04  3:00 ` 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.