[PATCH 10/30] patman: Correct a stray quote
Simon Glass
sjg at chromium.org
Tue Apr 29 15:22:07 CEST 2025
A quote character was added a few years ago, but was not intended. Drop
it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
tools/patman/func_test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/patman/func_test.py b/tools/patman/func_test.py
index a31c950051b..161b5ad4288 100644
--- a/tools/patman/func_test.py
+++ b/tools/patman/func_test.py
@@ -152,7 +152,7 @@ class TestFunctional(unittest.TestCase):
Commit-changes: 2
- Changes only for this commit
-' Cover-changes: 4
+ Cover-changes: 4
- Some notes for the cover letter
Cover-letter:
--
2.43.0
More information about the U-Boot
mailing list