diff --git a/tools/patman/control.py b/tools/patman/control.py index d1bcea0c9a7..916ddf8fcff 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: