commit | 85a03def8ef98d9e25afb3325d3cb8203216e1fd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 05 21:41:49 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 20 11:37:46 2020 -0600 |
tree | bdcd7d258d0606fba19c2e33b9b5ea5263e35d35 | |
parent | 4e98ab9a96d71acaf0fed3d9cd9ac483591de531 [diff] |
patman: Move main code out to a control module To make testing easier, move the code out from main into a separate 'control' module and split it into four parts: setup, preparing patches, checking patches and emailing patches. Add comments and fix a few code-style issues while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>