[PATCH 2/7] um: vector: Fix indentation for help message
Tiwei Bie
tiwei.bie at linux.dev
Sun Aug 24 08:44:20 PDT 2025
From: Tiwei Bie <tiwei.btw at antgroup.com>
As with other help messages, use four spaces instead of a single
tab for indentation.
Signed-off-by: Tiwei Bie <tiwei.btw at antgroup.com>
---
arch/um/drivers/vector_kern.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/um/drivers/vector_kern.c b/arch/um/drivers/vector_kern.c
index 9bbbddfe866b..25d9258fa592 100644
--- a/arch/um/drivers/vector_kern.c
+++ b/arch/um/drivers/vector_kern.c
@@ -1721,7 +1721,7 @@ static int __init vector_setup(char *str)
__setup("vec", vector_setup);
__uml_help(vector_setup,
"vec[0-9]+:<option>=<value>,<option>=<value>\n"
-" Configure a vector io network device.\n\n"
+" Configure a vector io network device.\n\n"
);
late_initcall(vector_init);
--
2.34.1
More information about the linux-um
mailing list