everywhere: fix typos
Fix a lot of typos Signed-off-by: Nazar Kazakov <nazar.kazakov.work@gmail.com>
This commit is contained in:
parent
3b576fc688
commit
f483b1bc4c
757 changed files with 1284 additions and 1284 deletions
|
@ -18,9 +18,9 @@
|
|||
|
||||
#define FOREACH_PARTITION(n) DT_FOREACH_CHILD(DT_DRV_INST(n), FLASH_AREA_FOO)
|
||||
|
||||
/* We iterate over all compatible 'fixed-partions' nodes and
|
||||
/* We iterate over all compatible 'fixed-partitions' nodes and
|
||||
* use DT_FOREACH_CHILD to iterate over all the partitions for that
|
||||
* 'fixed-partions' node. This way we build a global partition map
|
||||
* 'fixed-partitions' node. This way we build a global partition map
|
||||
*/
|
||||
const struct flash_area default_flash_map[] = {
|
||||
DT_INST_FOREACH_STATUS_OKAY(FOREACH_PARTITION)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue