commit | 27280f44384ed3c9e8b7f91b7dc6dbb7354fdd05 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Apr 29 07:22:17 2025 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 27 10:07:41 2025 +0100 |
tree | 29bd58a171da70840652a07e828a7f9d56e0142a | |
parent | c100b26da85b3741b321b073d3e6911638c3ba35 [diff] |
patman: Split up check_and_show_status() This function has three phases: - collecting things from patchwork - doing some processing - showing the results to the user / creating a branch Refactor into two functions so we can eventually have the patchwork part fully separated out. Signed-off-by: Simon Glass <sjg@chromium.org>