Re: [U-Boot] [PATCH 08/26] patman: Fix up tests to pass with newest checkpatch

2017-11-23 Thread sjg
The checkpatch tool was updated but the patman tests were not. Fix this. Signed-off-by: Simon Glass --- tools/patman/test.py | 41 ++--- 1 file changed, 26 insertions(+), 15 deletions(-) Applied to u-boot-dm thanks! __

[U-Boot] [PATCH 08/26] patman: Fix up tests to pass with newest checkpatch

2017-11-12 Thread Simon Glass
The checkpatch tool was updated but the patman tests were not. Fix this. Signed-off-by: Simon Glass --- tools/patman/test.py | 41 ++--- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/tools/patman/test.py b/tools/patman/test.py index 20dc9c1e