[PATCH 12/17] patman: Convert camel case in tout.py
Simon Glass
sjg at chromium.org
Tue Feb 8 21:39:43 CET 2022
Convert this file to snake case and update all files which use it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
tools/binman/bintool.py | 10 ++---
tools/binman/control.py | 44 +++++++++---------
tools/binman/elf.py | 6 +--
tools/binman/elf_test.py | 4 +-
tools/binman/entry.py | 10 ++---
tools/binman/etype/fmap.py | 2 +-
tools/binman/etype/section.py | 10 ++---
tools/binman/etype/u_boot_spl_expanded.py | 2 +-
tools/binman/etype/u_boot_tpl_expanded.py | 2 +-
tools/binman/ftest.py | 2 +-
tools/binman/image.py | 6 +--
tools/binman/state.py | 16 +++----
tools/patman/status.py | 6 +--
tools/patman/tools.py | 8 ++--
tools/patman/tout.py | 54 +++++++++++------------
15 files changed, 91 insertions(+), 91 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list