While reading through the U-Boot source code and documentation, i stumbled over some typos and similar errors like wrong formating. These are the commits where I collected the fixes.
Wolfgang Wallner (9): doc: develop: Fix typos in binman/binman.rst doc: develop: Change formatting to make binman doc more readable doc: Fix typos boot: kconfig: Fix typos image: Fix typos in image.h bootm: Fix typo in bootm.h boot: Fix typo doc: Fix whitespace in devicetree example in overlay-fdt-boot.rst doc: develop: virtio: Fix qemu example (true/false -> on/off) boot/Kconfig | 4 +- boot/image-fit.c | 2 +- doc/develop/devicetree/control.rst | 2 +- doc/develop/driver-model/fdt-fixup.rst | 2 +- doc/develop/driver-model/virtio.rst | 4 +- doc/develop/testing.rst | 4 +- doc/develop/trace.rst | 2 +- doc/mkimage.1 | 4 +- doc/usage/environment.rst | 2 +- doc/usage/fit/beaglebone_vboot.rst | 2 +- doc/usage/fit/overlay-fdt-boot.rst | 156 ++++++++++++------------- include/bootm.h | 2 +- include/image.h | 8 +- tools/binman/binman.rst | 73 ++++++------ 14 files changed, 136 insertions(+), 131 deletions(-) -- 2.51.1 base-commit: b10c055d4e1b5153a331a61ef82a5b01b5bb4c45 branch: us/fix_typos

