diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/patman/control.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patman/control.py b/tools/patman/control.py index d1bcea0c9a..916ddf8fcf 100644 --- a/tools/patman/control.py +++ b/tools/patman/control.py @@ -85,7 +85,7 @@ def check_patches(series, patch_files, run_checkpatch, verbose, use_tree): # Do a few checks on the series series.DoChecks() - # Check the patches, and run them through 'git am' just to be sure + # Check the patches if run_checkpatch: ok = checkpatch.check_patches(verbose, patch_files, use_tree) else: |