mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00:00
dm: fix typo falback
%s/falback/fallback/g Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
557767ed29
commit
fa9335a89c
1 changed files with 2 additions and 2 deletions
|
@ -72,11 +72,11 @@ struct udevice;
|
||||||
* then this will be automatically allocated.
|
* then this will be automatically allocated.
|
||||||
* @per_child_auto_alloc_size: Each child device (of a parent in this
|
* @per_child_auto_alloc_size: Each child device (of a parent in this
|
||||||
* uclass) can hold parent data for the device/uclass. This value is only
|
* uclass) can hold parent data for the device/uclass. This value is only
|
||||||
* used as a falback if this member is 0 in the driver.
|
* used as a fallback if this member is 0 in the driver.
|
||||||
* @per_child_platdata_auto_alloc_size: A bus likes to store information about
|
* @per_child_platdata_auto_alloc_size: A bus likes to store information about
|
||||||
* its children. If non-zero this is the size of this data, to be allocated
|
* its children. If non-zero this is the size of this data, to be allocated
|
||||||
* in the child device's parent_platdata pointer. This value is only used as
|
* in the child device's parent_platdata pointer. This value is only used as
|
||||||
* a falback if this member is 0 in the driver.
|
* a fallback if this member is 0 in the driver.
|
||||||
* @ops: Uclass operations, providing the consistent interface to devices
|
* @ops: Uclass operations, providing the consistent interface to devices
|
||||||
* within the uclass.
|
* within the uclass.
|
||||||
* @flags: Flags for this uclass (DM_UC_...)
|
* @flags: Flags for this uclass (DM_UC_...)
|
||||||
|
|
Loading…
Add table
Reference in a new issue