commit | 24725af29baa7b9e8df77e9adf21b67018cca68e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 05 21:41:49 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Jul 24 19:25:15 2020 -0600 |
tree | 94e3c4f864ee24f14a4a56183799fdc756661c85 | |
parent | bddb438f37cd5fd994e7ef48e1b1c51824792b53 [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>