Re: [PATCH 19/20] patman: Tidy up function comments in the series module

2025-05-23 Thread Simon Glass
This module is missing some comments, so add them. Signed-off-by: Simon Glass --- tools/patman/series.py | 34 +- 1 file changed, 21 insertions(+), 13 deletions(-) Applied to sjg/master, thanks!

[PATCH 19/20] patman: Tidy up function comments in the series module

2025-05-08 Thread Simon Glass
This module is missing some comments, so add them. Signed-off-by: Simon Glass --- tools/patman/series.py | 34 +- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/tools/patman/series.py b/tools/patman/series.py index 66839a3dbea..97bb048c4b7 100644