Home
last modified time | relevance | path

Searched hist:"13 b98d95bab89bcac75c8a187577e7cc3754d194" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/tools/patman/
H A Dpatchstream.py13b98d95bab89bcac75c8a187577e7cc3754d194 Mon Jun 27 06:24:29 UTC 2016 Bin Meng <bmeng.cn@gmail.com> tools: patman: Handle tag sections without an 'END'

'Cover-letter', 'Series-notes' and 'Commit-notes' tags require an
'END' to be put at the end of its section. If we forget to put an
'END' in those sections, and these sections are followed by another
patman tag, patman generates incorrect patches. This adds codes to
handle such scenario.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>