commit | 05cc53714513a2ca106757f4504885b74188b5a6 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Thu Jul 02 19:08:24 2020 +0200 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 20 11:37:47 2020 -0600 |
tree | ce8c22e6a96ca61c46ca25ee4da63debb5e1b932 | |
parent | 7a6b641d673be127863b7b5877595096a2bfde26 [diff] |
patman: Detect unexpected END Detect unexpected 'END' line when a section is not detected. This patch detect issue when tag name for section start is misspelled, for example 'Commit-note:' for 'Commit-notes:' Commit-note: .... END Then 'Commit-note:' is removed silently by re_remove = "Commit-\w*:" but 'END' is kept in commit message. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>