[PATCH] dm: core: fix typo in device.h

Replace 'a the' with 'the' in include/dm/device.h.
Signed-off-by: Dario Binacchi dariobin@libero.it ---
include/dm/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/dm/device.h b/include/dm/device.h index ac3b6c1b8a..993c9e6c5a 100644 --- a/include/dm/device.h +++ b/include/dm/device.h @@ -823,7 +823,7 @@ static inline bool device_is_on_pci_bus(const struct udevice *dev) _ret = device_next_child_err(&dev))
/** - * dm_scan_fdt_dev() - Bind child device in a the device tree + * dm_scan_fdt_dev() - Bind child device in the device tree * * This handles device which have sub-nodes in the device tree. It scans all * sub-nodes and binds drivers for each node where a driver can be found.

On Sun, 11 Oct 2020 at 06:27, Dario Binacchi dariobin@libero.it wrote:
Replace 'a the' with 'the' in include/dm/device.h.
Signed-off-by: Dario Binacchi dariobin@libero.it
include/dm/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Sun, 11 Oct 2020 at 06:27, Dario Binacchi dariobin@libero.it wrote:
Replace 'a the' with 'the' in include/dm/device.h.
Signed-off-by: Dario Binacchi dariobin@libero.it
include/dm/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!
participants (2)
-
Dario Binacchi
-
Simon Glass