mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02:00
patman: Drop an incorrect comment about git am
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@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
This commit is contained in:
parent
3998b45e31
commit
98bc0b48bd
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user