
27 Oct
2019
27 Oct
'19
5:32 p.m.
On Mon, 21 Oct 2019 at 21:10, Dmitry Torokhov dmitry.torokhov@gmail.com wrote:
There is a contributor in Linux kernel with a comma in their name, which confuses patman and results in invalid to- or cc- addresses on some patches. To avoid this, let's use \0 as a separator when generating cc file.
Signed-off-by: Dmitry Torokhov dmitry.torokhov@gmail.com
Changes in v2:
- updated test cases so that 'patman --test' passes
tools/patman/func_test.py | 4 ++-- tools/patman/patman.py | 2 +- tools/patman/series.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org