[PATCH 02/17] patman: Convert camel case in command.py
Simon Glass
sjg at chromium.org
Tue Feb 8 21:39:55 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 | 2 +-
tools/binman/elf.py | 2 +-
tools/binman/elf_test.py | 2 +-
tools/binman/ftest.py | 2 +-
tools/buildman/builder.py | 4 +--
tools/buildman/builderthread.py | 10 +++----
tools/buildman/control.py | 2 +-
tools/buildman/func_test.py | 4 +--
tools/buildman/toolchain.py | 6 ++---
tools/dtoc/fdt_util.py | 4 +--
tools/patman/checkpatch.py | 2 +-
tools/patman/command.py | 28 ++++++++++----------
tools/patman/get_maintainer.py | 2 +-
tools/patman/gitutil.py | 46 ++++++++++++++++-----------------
tools/patman/patchstream.py | 2 +-
tools/patman/test_util.py | 2 +-
tools/patman/tools.py | 4 +--
tools/rmboard.py | 16 ++++++------
18 files changed, 70 insertions(+), 70 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list