Re: [PATCH 17/17] RFC: tools: Add a camel-case conversion script

2023-03-01 Thread Simon Glass
This is only for posterity, since once the conversion is done, the script is of no use. Signed-off-by: Simon Glass --- scripts/style.py | 180 +++ 1 file changed, 180 insertions(+) create mode 100755 scripts/style.py Applied to u-boot-dm, thanks!

[PATCH 17/17] RFC: tools: Add a camel-case conversion script

2022-01-29 Thread Simon Glass
This is only for posterity, since once the conversion is done, the script is of no use. Signed-off-by: Simon Glass --- scripts/style.py | 180 +++ 1 file changed, 180 insertions(+) create mode 100755 scripts/style.py diff --git a/scripts/style.py b/