diff options
Diffstat (limited to 'scripts/contrib/patchreview.py')
| -rwxr-xr-x | scripts/contrib/patchreview.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/contrib/patchreview.py b/scripts/contrib/patchreview.py index 4e3e73c7a8..1086c95f67 100755 --- a/scripts/contrib/patchreview.py +++ b/scripts/contrib/patchreview.py | |||
| @@ -132,8 +132,8 @@ def analyse(results, want_blame=False, verbose=True): | |||
| 132 | need_blame = True | 132 | need_blame = True |
| 133 | if verbose: | 133 | if verbose: |
| 134 | print("Missing Signed-off-by tag (%s)" % patch) | 134 | print("Missing Signed-off-by tag (%s)" % patch) |
| 135 | # TODO: disable this for now as too much fails | 135 | |
| 136 | if False and r.malformed_sob: | 136 | if r.malformed_sob: |
| 137 | need_blame = True | 137 | need_blame = True |
| 138 | if verbose: | 138 | if verbose: |
| 139 | print("Malformed Signed-off-by '%s' (%s)" % (r.malformed_sob, patch)) | 139 | print("Malformed Signed-off-by '%s' (%s)" % (r.malformed_sob, patch)) |
