[PATCH 1/4] patman: Drop an uncorrect comment about git am
Simon Glass
sjg at chromium.org
Sun Feb 19 17:31:20 CET 2023
Patman does not do this anymore, so drop the comment.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
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
More information about the U-Boot
mailing list