[PATCH v3 2/4] patman: Refactor MakeCcFile() into two functions

Simon Glass sjg at chromium.org
Wed Mar 8 23:16:17 CET 2023


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 at chromium.org>
Reviewed-by: Douglas Anderson <dianders at chromium.org>
---

Changes in v3:
- Reword comment for all_skips
- Sort the set directly instead of converting it to a list first

Changes in v2:
- Fix missing 'f' on format string

 tools/patmanu/series.py | 81 +++++++++++++++++++++++++++++------------
 1 file changed, 57 insertions(+), 24 deletions(-)

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list