Commit fa9335a89c61837414e3db27bb85c3c459803ff0

Authored by Heinrich Schuchardt
Committed by Simon Glass
1 parent 557767ed29

dm: fix typo falback

%s/falback/fallback/g

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -72,11 +72,11 @@
72 72 * then this will be automatically allocated.
73 73 * @per_child_auto_alloc_size: Each child device (of a parent in this
74 74 * uclass) can hold parent data for the device/uclass. This value is only
75   - * used as a falback if this member is 0 in the driver.
  75 + * used as a fallback if this member is 0 in the driver.
76 76 * @per_child_platdata_auto_alloc_size: A bus likes to store information about
77 77 * its children. If non-zero this is the size of this data, to be allocated
78 78 * in the child device's parent_platdata pointer. This value is only used as
79   - * a falback if this member is 0 in the driver.
  79 + * a fallback if this member is 0 in the driver.
80 80 * @ops: Uclass operations, providing the consistent interface to devices
81 81 * within the uclass.
82 82 * @flags: Flags for this uclass (DM_UC_...)