um: vector: Fix indentation for help message

For consistency with other help messages, use four spaces for
indentation instead of a tab plus a space.

Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
Tiwei Bie 2025-08-27 08:56:58 +08:00 committed by Johannes Berg
parent 26577cfbe1
commit 2cc62ed234

View File

@ -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);