[PATCH 11/19] test: correct comments in test/cmd/font.c
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Sun Nov 23 23:57:03 CET 2025
The test relates to the 'font' and not to the 'fdt' command.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
test/cmd/font.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/cmd/font.c b/test/cmd/font.c
index 7ae648d7395..5c52f359a57 100644
--- a/test/cmd/font.c
+++ b/test/cmd/font.c
@@ -10,10 +10,10 @@
#include <video_console.h>
#include <test/ut.h>
-/* Declare a new fdt test */
+/* Declare a new font test */
#define FONT_TEST(_name, _flags) UNIT_TEST(_name, _flags, font)
-/* Test 'fdt addr' resizing an fdt */
+/* Test the 'font' command */
static int font_test_base(struct unit_test_state *uts)
{
struct udevice *dev;
--
2.51.0
More information about the U-Boot
mailing list