Patman does not do this anymore, so drop the comment. Signed-off-by: Simon Glass <s...@chromium.org> ---
Changes in v2: - Fix 'uncorrect' typo in subject tools/patmanu/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/patmanu/control.py b/tools/patmanu/control.py index b1e23870d9d..6ff94776da9 100644 --- a/tools/patmanu/control.py +++ b/tools/patmanu/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: -- 2.39.2.637.g21b0678d19-goog