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> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Simon Glass
parent
18bca1f172
commit
970cd91e8c
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user