]> git.baikalelectronics.ru Git - uboot.git/commit
patman: Detect unexpected END
authorPatrick Delaunay <patrick.delaunay@st.com>
Thu, 2 Jul 2020 17:08:24 +0000 (19:08 +0200)
committerSimon Glass <sjg@chromium.org>
Mon, 20 Jul 2020 17:37:47 +0000 (11:37 -0600)
commit276982d18b5a2e538fe982b9aa51b13b29e115c2
treece8c22e6a96ca61c46ca25ee4da63debb5e1b932
parent7c4efdc9490ca9387aa26383eeca11740401184d
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>
tools/patman/patchstream.py