]> git.baikalelectronics.ru Git - uboot.git/commit
patman: Refactor MakeCcFile() into two functions
authorSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 18:52:53 +0000 (10:52 -0800)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 21:15:14 +0000 (13:15 -0800)
commit4cc35cccbcd144e93ac0df48e1c8f06b739ccc4a
tree87ffe35923c256caa1252dd3d62082de80095cc5
parent67c1ccd1757c3d3ca4eb3d1dae9f89c0e6e2c05b
patman: Refactor MakeCcFile() into two functions

This function is quite long. Moving the handling of a commit into a
separate function. This will make it easier to do the work in parallel.

Update function comments while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
tools/patman/series.py