]> git.dujemihanovic.xyz Git - u-boot.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)
commitc524cd61397f11f106ea1e43cb31f8ce2bae2ebb
tree87ffe35923c256caa1252dd3d62082de80095cc5
parent98bc0b48bdf02694a75ef02be09118777d8a8c1e
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