[PATCH v3 1/4] patman: Drop an incorrect comment about git am
Simon Glass
sjg at chromium.org
Wed Mar 8 19:52:52 CET 2023
Patman does not do this anymore, as of this commit:
7428dc14b0f ("patman: Remove the -a option")
Drop the comment.
Signed-off-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Douglas Anderson <dianders at chromium.org>
---
Changes in v3:
- Mention the commit where the -a option was dropped
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.40.0.rc0.216.gc4246ad0f0-goog
More information about the U-Boot
mailing list