patman: Drop an incorrect comment about git am
Patman does not do this anymore, as of this commit:
7428dc14b0
("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
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ def check_patches(series, patch_files, run_checkpatch, verbose, use_tree):
|
||||||
# Do a few checks on the series
|
# Do a few checks on the series
|
||||||
series.DoChecks()
|
series.DoChecks()
|
||||||
|
|
||||||
# Check the patches, and run them through 'git am' just to be sure
|
# Check the patches
|
||||||
if run_checkpatch:
|
if run_checkpatch:
|
||||||
ok = checkpatch.check_patches(verbose, patch_files, use_tree)
|
ok = checkpatch.check_patches(verbose, patch_files, use_tree)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue