commit | 2870c1c3b526a1d4b4cb04488aa0fc950c3397a1 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Thu Jul 02 19:08:24 2020 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sat Jul 25 14:46:57 2020 -0600 |
tree | 714eac13b02a511c180cab116c3474eb3f5ae59d | |
parent | 791fa457dbda593c0b07517337513bab61b853bd [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>